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:
@ -15,10 +15,10 @@ matrix:
|
||||
|
||||
before_build:
|
||||
- cmake --version
|
||||
- cmake -H. -Bcmake_build -G "%CMAKE_GENERATOR%"
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -H. -Bcmake_build -G "%CMAKE_GENERATOR%"
|
||||
|
||||
build_script:
|
||||
- cmake --build cmake_build --config Release --target ALL_BUILD
|
||||
- cmake --build cmake_build --config Debug --target ALL_BUILD
|
||||
|
||||
test_script:
|
||||
- cmake --build cmake_build --config Release --target RUN_TESTS
|
||||
- cmake --build cmake_build --config Debug --target RUN_TESTS
|
||||
|
Reference in New Issue
Block a user