Skip to content
Snippets Groups Projects
Commit 4012cb61 authored by schneider's avatar schneider
Browse files

fix(ci): Use meson from backports

parent 6d88f091
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,10 @@ image: "debian"
build:
stage: build
before_script:
- apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip meson
- echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
- apt update -qq
- apt install -y -qq gcc-arm-none-eabi python3-pip
- apt install -y -qq -t stretch-backports install meson
- pip3 install crc16
script:
- cd bootloader
......
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