Skip to content
Snippets Groups Projects
Commit 20b30dbe authored by Éloïs's avatar Éloïs
Browse files

Merge branch 'ci_' into 'dev'

[ci] upgrade rust to 1.30 & arm tests optinal in no-dev branch

See merge request !90
parents ebd2022c 359efac9
No related branches found
No related tags found
1 merge request!90[ci] upgrade rust to 1.30 & arm tests optinal in no-dev branch
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
CARGO_HOME: $CI_PROJECT_DIR/cargo CARGO_HOME: $CI_PROJECT_DIR/cargo
.rust_stable_lin64: &rust_stable_lin64 .rust_stable_lin64: &rust_stable_lin64
image: registry.duniter.org/docker/duniter-rs-ci:v0.0.6 image: registry.duniter.org/docker/duniter-rs-ci:0.0.7
tags: tags:
- redshift-rs-stable - redshift-rs-stable
before_script: before_script:
...@@ -70,11 +70,23 @@ tests:linux64:stable: ...@@ -70,11 +70,23 @@ tests:linux64:stable:
- cargo build --features strict - cargo build --features strict
- cargo test --all - cargo test --all
tests:armv7:stable: tests:arm-v7-:stable:
<<: *rust_stable_armv7 <<: *rust_stable_armv7
stage: tests stage: tests
script: script:
- cargo test --all --target=armv7-unknown-linux-gnueabihf - cargo test --all --target=armv7-unknown-linux-gnueabihf
allow_failure: true
when: manual
except:
- dev
tests:arm-v7:stable:
<<: *rust_stable_armv7
stage: tests
script:
- cargo test --all --target=armv7-unknown-linux-gnueabihf
only:
- dev
tests:win64:stable: tests:win64:stable:
<<: *rust_stable_win64 <<: *rust_stable_win64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment