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
7ae2536d
Commit
7ae2536d
authored
Jun 11, 2019
by
schneider
Browse files
fix(ci): remove package "install"
parent
4012cb61
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7ae2536d
...
...
@@ -6,7 +6,7 @@ build:
-
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
-
apt install -y -qq -t stretch-backports 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