Skip to content

Commit

Permalink
removed use of RUSTFLAGS environment variable as it collides with Car…
Browse files Browse the repository at this point in the history
…go.toml config
  • Loading branch information
ErikBjare committed Apr 12, 2019
1 parent af48309 commit 1097c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:
before_deploy:
- openssl aes-256-cbc -K $encrypted_aac99b59139e_key -iv $encrypted_aac99b59139e_iv -in android.jks.enc -out android.jks -d
- openssl aes-256-cbc -K $encrypted_c39c3bebf85c_key -iv $encrypted_c39c3bebf85c_iv -in fastlane/api-8546008605074111507-287154-450dc77b365f.json.enc -out fastlane/api-8546008605074111507-287154-450dc77b365f.json -d
- env RELEASE=true RUSTFLAGS=-g make aw-server-rust # The RUSTFLAGS=-g is to keep debug symbols in the build, bloats the binary from 7M -> 60MB
- env RELEASE=true make aw-server-rust # RUSTFLAGS=-g # The RUSTFLAGS=-g is to keep debug symbols in the build, bloats the binary from 7M -> 60MB. Currently using profile.release.debug in Cargo.toml however as -g didn't work on the first try
- bash scripts/build_apk.sh

deploy:
Expand Down

0 comments on commit 1097c00

Please sign in to comment.