mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
6cb9a45154
* Initial Discord RPC support Build with Discord Presence ON Fix RPC detection Fix Time elapsed on pause; will now continue to count. * Fix CI builds with compile flag Addressed reviews Fix silly mistakes Fix 'Not in-game' display class instead of namespace Fix Revamped remove redundant code Using Pimpl pattern * Implement Null class * Fix config updation * Addressed All Reviews * externals/discord-rpc : Updated to latest commit
16 lines
301 B
Bash
16 lines
301 B
Bash
# 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
|
|
USE_DISCORD_PRESENCE
|