[F] Fixed .travis file
This commit is contained in:
parent
277b4dd072
commit
c0c9356b4a
14
.travis.yml
14
.travis.yml
@ -23,16 +23,12 @@ script:
|
|||||||
- cmake --help
|
- cmake --help
|
||||||
|
|
||||||
# Build cmocka
|
# Build cmocka
|
||||||
- cd tests
|
- mkdir -p tests/cmocka-1.1.0/build
|
||||||
|
- cd tests/cmocka-1.1.0/build
|
||||||
|
- cmake ..
|
||||||
|
- make
|
||||||
|
- cd ../../..
|
||||||
- ls
|
- 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)
|
# # 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