Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Enzo Cioppettini
ion
Commits
ab5e0c82
Commit
ab5e0c82
authored
4 years ago
by
matu3ba
Browse files
Options
Downloads
Patches
Plain Diff
fix(CI): bump rust version, mdbook-linkcheck: fix path+caching
parent
60e497a3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-2
7 additions, 2 deletions
.gitlab-ci.yml
with
7 additions
and
2 deletions
.gitlab-ci.yml
+
7
−
2
View file @
ab5e0c82
...
...
@@ -18,7 +18,7 @@ format:
-
cargo +nightly fmt --all -- --check
linux
:
image
:
'
rust:1.3
9
.0'
image
:
'
rust:1.
4
3.0'
cache
:
paths
:
-
cargo/
...
...
@@ -49,11 +49,16 @@ redox:
link-check
:
image
:
hrektts/mdbook
cache
:
paths
:
-
cargo/
-
cargo/bin
before_script
:
-
apt-get update -qq
-
apt-get install -qq libssl-dev pkg-config build-essential curl git
-
(
test -x $
HOME/.cargo
/bin/mdbook-linkcheck || cargo install mdbook-linkcheck
)
-
test -x $
CARGO_HOME
/bin/mdbook-linkcheck || cargo install mdbook-linkcheck
script
:
-
PATH=$PATH:$CARGO_HOME/bin
-
make manual
-
mdbook build manual
...
...
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