1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

expand travis ci commands.

This commit is contained in:
Guillaume Chatelet 2018-02-01 13:46:33 +01:00
parent b9ca19b8e6
commit b231aefa58

View File

@ -1,5 +1,4 @@
sudo: required
dist: trusty
language: c
os:
@ -12,6 +11,8 @@ compiler:
script:
- cmake --version
- mkdir build && cd build && cmake ..
- cmake --build build --target all
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test
- mkdir build
- cd build
- cmake ..
- cmake --build . --target all
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build . --target test