mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Use Ninja by default when locally testing all configurations
This commit is contained in:
@ -79,6 +79,8 @@ ENVIRONMENTS="
|
||||
set -v
|
||||
set -e
|
||||
|
||||
CMAKE_GENERATOR="Ninja"
|
||||
|
||||
for SET_ENVIRONMENT in ${ENVIRONMENTS}; do
|
||||
${SET_ENVIRONMENT}
|
||||
expand_environment_and_integrate
|
||||
|
Reference in New Issue
Block a user