CI linux: && git push
This commit is contained in:
@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
|
||||
} else {
|
||||
ok = os_systemf(
|
||||
"clang ../src/testing/testing_main.c -o testing.exe -g -I ../src"
|
||||
" -fdiagnostics-absolute-paths -Wno-unsequenced -Wsingle-bit-bitfield-constant-conversion"
|
||||
" -fdiagnostics-absolute-paths -Wno-unsequenced -Wno-single-bit-bitfield-constant-conversion"
|
||||
" -lm -ldl"
|
||||
);
|
||||
if (ok != 0) return ok;
|
||||
|
||||
Reference in New Issue
Block a user