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