[F] Fixed .travis file
This commit is contained in:
parent
0d37cef5ea
commit
277b4dd072
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user