mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +02:00
Trigger build when run within travis
This commit is contained in:
parent
245c812f10
commit
59cb104692
@ -146,3 +146,7 @@ function expand_environment_and_integrate() {
|
||||
exit 1
|
||||
esac
|
||||
}
|
||||
|
||||
if [ "${CONTINUOUS_INTEGRATION}" = "true" ]; then
|
||||
expand_environment_and_integrate
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user