1
0
Fork 0

[F] Fixed .travis file

This commit is contained in:
seleznevae 2018-03-09 10:51:17 +03:00
parent 0d37cef5ea
commit 277b4dd072
1 changed files with 8 additions and 4 deletions

View File

@ -23,12 +23,16 @@ script:
- cmake --help
# Build cmocka
- cd tests/cmocka-1.1.0/build
- cd tests
- ls
- cmake ..
- make
- cd ../../..
- cd cmocka-1.1.0
- ls
# - cd tests/cmocka-1.1.0/build
# - ls
# - cmake ..
# - make
# - cd ../../..
# - ls
# # Perform out-of-source build(CMake backend generation, build, and test)
# # Test build without optimizations