Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
battery_monitor
Commits
336ad921
Commit
336ad921
authored
Jul 30, 2019
by
Fernando Herrero
Browse files
Update .gitlab-ci.yml
parent
78d600ac
Pipeline
#4117
failed with stages
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
336ad921
image
:
docker.io/labrobotica/labrobotica
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
-
test
...
...
@@ -8,8 +11,8 @@
build-package
:
stage
:
build
script
:
-
git submodule sync --recursive
-
git submodule update --init --recursive
#
- git submodule sync --recursive
#
- git submodule update --init --recursive
-
apt update
-
apt -y install iri-iriutils-dev iri-comm-dev iri-dynamixel-dev
-
apt -y install gcc-avr avr-libc
#firmware dependencies
...
...
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