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

CI works with google chrome

parent 08780c91
Branches
Tags v1.0.5
1 merge request!66Add module to build book pdf.
Pipeline #29463 passed
This commit is part of merge request !66. Comments created here will be created in the context of that merge request.
...@@ -14,12 +14,10 @@ before_script: ...@@ -14,12 +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
- apt-get install -y chromium-browser - mkdir -p $HOME/bin
#- mkdir -p $HOME/bin - curl -L https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o $HOME/bin/chrome.deb
#- 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
#- apt-get install -y $HOME/bin/chrome.deb - export PATH=$PATH:$HOME/.cargo/bin:$HOME/bin
- 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