Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nodes
rust
Dunitrust
Commits
8aee7f13
Commit
8aee7f13
authored
Jul 15, 2018
by
Éloïs
Browse files
rename tests jobs
parent
5169c412
Pipeline
#2668
waiting for manual action with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8aee7f13
stages
:
-
package
-
build_and_
tests
-
tests
-
fmt
-
clippy
-
publish_crate
...
...
@@ -42,9 +42,9 @@ variables:
before_script
:
-
rustc --version && cargo --version
build_and_tests
:stable:
tests:linux64
:stable:
<<
:
*rust_stable_env
stage
:
build_and_
tests
stage
:
tests
tags
:
-
redshift-rs-stable
script
:
...
...
@@ -55,24 +55,24 @@ build_and_tests:stable:
-
cargo/
-
target/
build_and_tests:stable_win64
:
tests:win64:stable
:
<<
:
*rust_win64_env
stage
:
build_and_
tests
stage
:
tests
script
:
-
cargo test --all --exclude duniter-tui --no-default-features --target=x86_64-pc-windows-gnu
build_and_tests
:beta:
tests:linux64
:beta:
<<
:
*rust_beta_env
stage
:
build_and_
tests
stage
:
tests
script
:
-
cargo build --features strict
-
cargo test --all
when
:
manual
allow_failure
:
true
build_and_tests
:nightly:
tests:linux64
:nightly:
<<
:
*rust_nightly_env
stage
:
build_and_
tests
stage
:
tests
script
:
-
cargo build --features strict
-
cargo test --all
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment