Skip to content
Snippets Groups Projects
Unverified Commit 62f3d9cb authored by Louis's avatar Louis :fire:
Browse files

Build release before deploy

parent 7aafb888
No related branches found
Tags 0.2.0-rc4
No related merge requests found
...@@ -19,6 +19,7 @@ before_cache: ...@@ -19,6 +19,7 @@ before_cache:
cache: cargo cache: cargo
before_deploy: before_deploy:
- cargo build --release
- cp target/release/swerve "target/release/swerve.$TARGET" - cp target/release/swerve "target/release/swerve.$TARGET"
deploy: deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment