Skip to content
Snippets Groups Projects
Commit 40891ac4 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Update .gitlab-ci.yml

parent 6c1b924f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -4,8 +4,8 @@ stages: ...@@ -4,8 +4,8 @@ stages:
# Setup the rust environment # Setup the rust environment
before_script: before_script:
- apt-get update -yqq # - apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essentials # gcc-arm-none-eabi gcc-multilib binutils-arm-none-eabi binutils-arm-none-eabi gdb-arm-none-eabi # - apt-get install -yqq --no-install-recommends build-essential # gcc-arm-none-eabi gcc-multilib binutils-arm-none-eabi binutils-arm-none-eabi gdb-arm-none-eabi
# Must be outside the project folder # Must be outside the project folder
# - cd / # - cd /
# - cargo install xargo # - cargo install xargo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment