1
0
Fork 0

[F] Fixed .travis file

This commit is contained in:
seleznevae 2018-03-09 10:53:59 +03:00
parent 277b4dd072
commit c0c9356b4a
1 changed files with 5 additions and 9 deletions

View File

@ -23,16 +23,12 @@ script:
- cmake --help
# Build cmocka
- cd tests
- mkdir -p tests/cmocka-1.1.0/build
- cd tests/cmocka-1.1.0/build
- cmake ..
- make
- cd ../../..
- ls
- 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