Skip to content
Snippets Groups Projects
Verified Commit ea4190fc authored by Louis's avatar Louis :fire:
Browse files

Test before release

parent 7cccca67
No related branches found
No related tags found
No related merge requests found
Pipeline #328 failed with stages
in 1 minute and 12 seconds
image: "r.lcr.gr/microhacks/bevy-builder" image: "r.lcr.gr/microhacks/bevy-builder"
stages:
- test
- deploy
test-linux: test-linux:
stage: test stage: test
before_script: before_script:
...@@ -18,7 +22,7 @@ test-linux: ...@@ -18,7 +22,7 @@ test-linux:
build-linux: build-linux:
stage: build stage: deploy
before_script: before_script:
- export CARGO_HOME="${CI_PROJECT_DIR}/.cargo" - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
- export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH" - export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
...@@ -43,7 +47,7 @@ build-linux: ...@@ -43,7 +47,7 @@ build-linux:
- when: manual - when: manual
build-windows: build-windows:
stage: build stage: deploy
before_script: before_script:
- export CARGO_HOME="${CI_PROJECT_DIR}/.cargo" - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
- export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH" - export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
......
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