1
0
Fork 0

[F] Fixed travis

This commit is contained in:
seleznevae 2019-01-12 14:50:03 +03:00
parent 3878f0c48e
commit 48cf63c4b2
1 changed files with 6 additions and 4 deletions

View File

@ -139,10 +139,12 @@ script:
- cd ..
# basic build c++ compiler
- cd lib
- ${CXX} -Wall -Wextra -Werror fort.c -c -o fort.o
- rm fort.o
- cd ..
- |
if [ "${BASIC_LINUX_GCC}" = "yes" ]; then
g++ -Wall -Wextra -Werror fort.c -c -o fort.o
rm fort.o
cd ..
fi
# cppcheck run