mirror of
https://github.com/google/cpu_features.git
synced 2025-11-14 11:10:38 +01:00
Changing build folder so it doesn't conflict with BUILD file on OSX.
This commit is contained in:
@@ -11,8 +11,6 @@ compiler:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- mkdir build
|
- cmake -H. -Bcmake_build
|
||||||
- cd build
|
- cmake --build cmake_build --target all
|
||||||
- cmake ..
|
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build cmake_build --target test
|
||||||
- cmake --build . --target all
|
|
||||||
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build . --target test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user