mirror of
https://github.com/github/codeql-action.git
synced 2026-08-05 04:57:19 -05:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gcc -o main main.c
|
|
export
|
|
dotnet build -p:UseSharedCompilation=false
|
|
|
|
javac Main.java
|