Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Arist
firmware
Commits
4012cb61
Commit
4012cb61
authored
Jun 11, 2019
by
schneider
Browse files
fix(ci): Use meson from backports
parent
6d88f091
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4012cb61
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment