1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Test windows integration for travis-ci

This commit is contained in:
Guillaume Chatelet
2019-01-15 17:39:44 +01:00
parent 94838120ec
commit 1da4bf25c8
3 changed files with 50 additions and 22 deletions

View File

@ -76,6 +76,9 @@ ENVIRONMENTS="
set_mips
"
set -v
set -e
for SET_ENVIRONMENT in ${ENVIRONMENTS}; do
${SET_ENVIRONMENT}
expand_environment_and_integrate