mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 08:57:53 -05:00
travis: share env variables with Docker
This commit is contained in:
15
.travis/common/travis-ci.env
Normal file
15
.travis/common/travis-ci.env
Normal file
@ -0,0 +1,15 @@
|
||||
# List of environment variables to be shared with Docker containers
|
||||
CI
|
||||
TRAVIS
|
||||
CONTINUOUS_INTEGRATION
|
||||
TRAVIS_BRANCH
|
||||
TRAVIS_BUILD_ID
|
||||
TRAVIS_BUILD_NUMBER
|
||||
TRAVIS_COMMIT
|
||||
TRAVIS_JOB_ID
|
||||
TRAVIS_JOB_NUMBER
|
||||
TRAVIS_REPO_SLUG
|
||||
TRAVIS_TAG
|
||||
|
||||
# citra specific flags
|
||||
ENABLE_COMPATIBILITY_REPORTING
|
Reference in New Issue
Block a user