Try to run CMake (#1555)

This commit is contained in:
amai2012 2019-01-02 00:01:15 +01:00 committed by GitHub
parent 56ad760cc5
commit c10db6c73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -144,7 +144,11 @@ script:
- ${CPPCHECK} --dump namingng_test.c
- python3 ../namingng.py --configfile ../naming.json --verify namingng_test.c.dump
- cd ../..
# try CMake
- mkdir cmake.output
- cd cmake.output
- cmake -G "Unix Makefiles" ..
- cd ..
notifications:
irc: