mirror of
https://github.com/google/cpu_features.git
synced 2025-07-02 21:53:18 +02:00
Fixes #14 - Defaulting to Release and no unit test
This commit is contained in:
@ -11,6 +11,6 @@ compiler:
|
||||
|
||||
script:
|
||||
- cmake --version
|
||||
- cmake -H. -Bcmake_build
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -H. -Bcmake_build
|
||||
- cmake --build cmake_build --target all
|
||||
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build cmake_build --target test
|
||||
|
Reference in New Issue
Block a user