[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
|
- cmake --help
|
||||||
|
|
||||||
# Build cmocka
|
# Build cmocka
|
||||||
- cd tests/cmocka-1.1.0/build
|
- cd tests
|
||||||
- ls
|
- ls
|
||||||
- cmake ..
|
- cd cmocka-1.1.0
|
||||||
- make
|
|
||||||
- cd ../../..
|
|
||||||
- ls
|
- ls
|
||||||
|
# - cd tests/cmocka-1.1.0/build
|
||||||
|
# - ls
|
||||||
|
# - cmake ..
|
||||||
|
# - make
|
||||||
|
# - cd ../../..
|
||||||
|
# - ls
|
||||||
|
|
||||||
# # Perform out-of-source build(CMake backend generation, build, and test)
|
# # Perform out-of-source build(CMake backend generation, build, and test)
|
||||||
# # Test build without optimizations
|
# # Test build without optimizations
|
||||||
|
Loading…
Reference in New Issue
Block a user