Skip to content

Commit

Permalink
Merge pull request #15 from perryrh0dan/dev
Browse files Browse the repository at this point in the history
feat(travis): fixes
  • Loading branch information
perryrh0dan authored Aug 17, 2020
2 parents 559fcc0 + bf33b0a commit 4c87867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ main() {
test -f Cargo.lock || cargo generate-lockfile

# TODO Update this to build the artifacts that matter to you
cross rustc --bin tmpo --target $TARGET --release -- -C lto
cross rustc --bin tmpo --target $TARGET --release

# TODO Update this to package the right artifacts
cp target/$TARGET/release/tmpo $stage/
Expand Down

0 comments on commit 4c87867

Please sign in to comment.