Skip to content
Snippets Groups Projects
Verified Commit 4f0d92fa authored by Michaël El Kharroubi's avatar Michaël El Kharroubi :satellite:
Browse files

[WIP] and now?

parent ad02083a
Branches
No related tags found
1 merge request!66Add module to build book pdf.
Pipeline #29460 failed
...@@ -14,7 +14,10 @@ before_script: ...@@ -14,7 +14,10 @@ before_script:
- rustup component add clippy - rustup component add clippy
- curl -L https://github.com/HollowMan6/mdbook-pdf/releases/download/v0.1.8/mdbook-pdf-v0.1.8-x86_64-unknown-linux-gnu -o $HOME/.cargo/bin/mdbook-pdf - curl -L https://github.com/HollowMan6/mdbook-pdf/releases/download/v0.1.8/mdbook-pdf-v0.1.8-x86_64-unknown-linux-gnu -o $HOME/.cargo/bin/mdbook-pdf
- chmod +x $HOME/.cargo/bin/mdbook-pdf - chmod +x $HOME/.cargo/bin/mdbook-pdf
- export PATH=$PATH:$HOME/.cargo/bin - mkdir -p $HOME/bin
- curl -L https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -p $HOME/bin/chrome.deb
- apt-get install -y $HOME/bin/chrome.deb
- export PATH=$PATH:$HOME/.cargo/bin:$HOME/bin
## ##
## Install ssh-agent if not already installed, it is required by Docker. ## Install ssh-agent if not already installed, it is required by Docker.
## ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment