Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
termion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
akitsu-sanae
termion
Commits
1008f202
Verified
Commit
1008f202
authored
5 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Update CI config to use redoxer
parent
68d76530
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+35
-62
35 additions, 62 deletions
.gitlab-ci.yml
with
35 additions
and
62 deletions
.gitlab-ci.yml
+
35
−
62
View file @
1008f202
image
:
"
r
ust:latest
"
image
:
"
r
edoxos/redoxer
"
stages
:
stages
:
-
build
-
build
-
test
-
test
before_script
:
-
rustup toolchain add $toolchain
cache
:
cache
:
paths
:
paths
:
-
target/
-
target/
build:stable
:
build:linux:stable
:
stage
:
build
stage
:
build
variables
:
script
:
cargo +stable build --verbose
toolchain
:
stable
script
:
build:linux
:
-
cargo +stable build --verbose
stage
:
build
-
cargo +stable build --release --verbose
script
:
cargo +nightly build --verbose
test:stable
:
build:redox
:
stage
:
test
stage
:
build
variables
:
script
:
redoxer build --verbose
toolchain
:
stable
dependencies
:
test:linux:stable
:
-
build:stable
stage
:
test
script
:
dependencies
:
-
script -q -c "cargo +stable test --verbose"
-
build:linux:stable
-
script -q -c "cargo +stable test --release --verbose"
script
:
cargo +stable test --verbose
build:beta
:
test:linux
:
stage
:
build
stage
:
test
variables
:
dependencies
:
toolchain
:
beta
-
build:linux
script
:
script
:
cargo +nightly test --verbose
-
cargo +beta build --verbose
-
cargo +beta build --release --verbose
test:redox
:
stage
:
test
test:beta
:
dependencies
:
stage
:
test
-
build:redox
variables
:
script
:
redoxer test --verbose
toolchain
:
beta
dependencies
:
-
build:beta
script
:
-
script -q -c "cargo +beta test --verbose"
-
script -q -c "cargo +beta test --release --verbose"
build:nightly
:
stage
:
build
variables
:
toolchain
:
nightly
script
:
-
cargo +nightly build --verbose
-
cargo +nightly build --release --verbose
test:nightly
:
stage
:
test
variables
:
toolchain
:
nightly
dependencies
:
-
build:nightly
script
:
-
script -q -c "cargo +nightly test --verbose"
-
script -q -c "cargo +nightly test --release --verbose"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment