Skip to content
Snippets Groups Projects
Verified Commit 7a420d3e authored by rahix's avatar rahix
Browse files

ci: Use bootstrap script


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 71aae6e8
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,9 @@ build:
before_script:
- 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 gcc-arm-none-eabi python3-pip git
- apt install -y -qq -t stretch-backports meson
- pip3 install crc16
script:
- cd bootloader
- make
- cd ..
- meson --cross-file card10-cross.ini build/
- ./bootstrap.sh
- ninja -C build/
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