Skip to content
Snippets Groups Projects
Commit 5fd3791a authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Update .gitlab-ci.yml file

parent 965fefa5
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ build:armhflinux: ...@@ -29,7 +29,7 @@ build:armhflinux:
paths: paths:
- target/ - target/
before_script: before_script:
- dpkg --add-architecture armhf && apt-get update && apt-get install -y openssl:armhf - dpkg --add-architecture armhf && apt-get update && apt-get install -y openssl:armhf libssl-dev:armhf
- rustup target add arm-unknown-linux-gnueabihf - rustup target add arm-unknown-linux-gnueabihf
- git clone --depth=1 https://github.com/raspberrypi/tools raspberrypi-tools - git clone --depth=1 https://github.com/raspberrypi/tools raspberrypi-tools
- mkdir .cargo && touch .cargo/config.toml - mkdir .cargo && touch .cargo/config.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment