mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
allow overriding fake_travis_build.sh env vars.
This commit is contained in:
parent
91cb62b257
commit
0e97325fe2
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ targets=("PUBLISHMETA=True" "RUNTESTS=True" \
|
||||||
|
|
||||||
#fake a travis build environment
|
#fake a travis build environment
|
||||||
export TRAVIS_BUILD_NUMBER=$(date +%s)
|
export TRAVIS_BUILD_NUMBER=$(date +%s)
|
||||||
export BUILDNAME=fake_travis
|
export BUILDNAME=${BUILDNAME:=fake_travis}
|
||||||
export TRAVIS_REPO_SLUG=$USER/simulated
|
export TRAVIS_REPO_SLUG=${TRAVIS_REPO_SLUG:=$USER/simulated}
|
||||||
|
|
||||||
for target in "${targets[@]}"
|
for target in "${targets[@]}"
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue