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

Update .gitlab-ci.yml file

parent 323029f4
No related branches found
Tags 0.1.0-test11
No related merge requests found
......@@ -35,6 +35,7 @@ build:armhflinux:
- touch .cargo/config.toml
- echo "[target.arm-unknown-linux-gnueabihf]" >> .cargo/config.toml
- echo "linker = \"$(pwd)/raspberrypi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-gcc\"" >> .cargo/config.toml
- apt-get update && apt-get install -y openssl:armhf
script:
- cargo build --release --target=arm-unknown-linux-gnueabihf
artifacts:
......
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