mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
d930ecca4c
Also running some other analysis that we used to have on Travis.
9 lines
200 B
Bash
Executable File
9 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Infer ignores everything that's not in the "current file".
|
|
SKIP_LINES=1
|
|
|
|
. other/analysis/gen-file.sh
|
|
|
|
infer --no-progress-bar -- clang++ -fsyntax-only amalgamation.cc "${CPPFLAGS[@]}"
|