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

Changing build folder so it doesn't conflict with BUILD file on OSX.

This commit is contained in:
Guillaume Chatelet 2018-02-01 14:04:49 +01:00
parent b231aefa58
commit b50b7b5e08

View File

@ -11,8 +11,6 @@ compiler:
script:
- cmake --version
- mkdir build
- cd build
- cmake ..
- cmake --build . --target all
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build . --target test
- cmake -H. -Bcmake_build
- cmake --build cmake_build --target all
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build cmake_build --target test