[F] Fixed travis file

This commit is contained in:
seleznevae 2019-04-26 23:28:30 +03:00
parent 2f39085396
commit d81036e9e9

View File

@ -194,9 +194,7 @@ script:
- cmake .. -DFORT_BUILD_TYPE=asan - cmake .. -DFORT_BUILD_TYPE=asan
- cmake --build . --target all - cmake --build . --target all
- ls - ls
- ./libfort_example - ctest -VV
- ./libfort_test_dev
- ./libfort_test
# Test without WCHAR support # Test without WCHAR support
- cd .. - cd ..
@ -206,9 +204,7 @@ script:
- cmake .. -DFORT_ENABLE_WCHAR=OFF - cmake .. -DFORT_ENABLE_WCHAR=OFF
- cmake --build . --target all - cmake --build . --target all
- ls - ls
- ./libfort_example - ctest -VV
- ./libfort_test_dev
- ./libfort_test
# Test build without optimizations and with ubsan # Test build without optimizations and with ubsan
- | - |
@ -219,9 +215,7 @@ script:
cmake .. -DFORT_BUILD_TYPE=ubsan ; cmake .. -DFORT_BUILD_TYPE=ubsan ;
cmake --build . --target all ; cmake --build . --target all ;
ls ; ls ;
./libfort_example ; ctest -VV;
./libfort_test_dev ;
./libfort_test ;
fi fi
# Astyle Format # Astyle Format
@ -267,7 +261,7 @@ script:
cmake .. -DFORT_BUILD_TYPE=coveralls ; cmake .. -DFORT_BUILD_TYPE=coveralls ;
cmake --build . --target all ; cmake --build . --target all ;
ls ; ls ;
./libfort_test_dev ; ./tests/libfort_test_dev ;
fi fi
- cd .. - cd ..