Skip to content
Snippets Groups Projects
Commit ab5e0c82 authored by matu3ba's avatar matu3ba
Browse files

fix(CI): bump rust version, mdbook-linkcheck: fix path+caching

parent 60e497a3
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ format:
- cargo +nightly fmt --all -- --check
linux:
image: 'rust:1.39.0'
image: 'rust:1.43.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
......
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