Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
a2c97de9
There was an error fetching the commit references. Please try again later.
Commit
a2c97de9
authored
6 years ago
by
liushuyu
Committed by
fearlessTobi
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
travis: share env variables with Docker
parent
4d7e1662
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis/common/travis-ci.env
+15
-0
15 additions, 0 deletions
.travis/common/travis-ci.env
.travis/linux/build.sh
+1
-1
1 addition, 1 deletion
.travis/linux/build.sh
with
16 additions
and
1 deletion
.travis/common/travis-ci.env
0 → 100644
+
15
−
0
View file @
a2c97de9
# 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
This diff is collapsed.
Click to expand it.
.travis/linux/build.sh
+
1
−
1
View file @
a2c97de9
#!/bin/bash -ex
#!/bin/bash -ex
docker run
-e
CCACHE_DIR
=
/ccache
-v
$HOME
/.ccache:/ccache
-v
$(
pwd
)
:/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
docker run
-e
CCACHE_DIR
=
/ccache
-v
$HOME
/.ccache:/ccache
--env-file
.travis/common/travis-ci.env
-v
$(
pwd
)
:/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment