rename tests -> examples (#18)

This commit is contained in:
Lars Melchior
2019-04-15 17:54:53 +02:00
committed by GitHub
parent 923265e7ae
commit d3d8a6ab4f
5 changed files with 2 additions and 2 deletions

View File

@@ -41,10 +41,10 @@ before_install:
- cmake --version - cmake --version
script: script:
- cmake -Htests/simple -Bbuild/simple - cmake -Hexamples/simple -Bbuild/simple
- cmake --build build/simple - cmake --build build/simple
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build build/simple --target test - CTEST_OUTPUT_ON_FAILURE=1 cmake --build build/simple --target test
- cmake -Htests/complex -Bbuild/complex - cmake -Hexamples/complex -Bbuild/complex
- cmake --build build/complex - cmake --build build/complex
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build build/complex --target test - CTEST_OUTPUT_ON_FAILURE=1 cmake --build build/complex --target test