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

[WIP] Google free

parent 0f992699
No related branches found
No related tags found
1 merge request!66Add module to build book pdf.
Pipeline #29462 failed
This commit is part of merge request !66. Comments created here will be created in the context of that merge request.
......@@ -14,10 +14,12 @@ before_script:
- 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
- chmod +x $HOME/.cargo/bin/mdbook-pdf
- mkdir -p $HOME/bin
- curl -L https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o $HOME/bin/chrome.deb
- apt-get install -y $HOME/bin/chrome.deb
- export PATH=$PATH:$HOME/.cargo/bin:$HOME/bin
- apt-get install -y chromium-browser
#- mkdir -p $HOME/bin
#- curl -L https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o $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.
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment