Skip to content
Snippets Groups Projects

Deploy image build

Merged Prada Sarasola, Miguel requested to merge deploy-image-build into master
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -15,7 +15,7 @@ stages:
@@ -15,7 +15,7 @@ stages:
before_script:
before_script:
- apk add --update bash coreutils tar wget python
- apk add --update bash coreutils tar wget python
industrial_ci_kinetic:
.industrial_ci_kinetic:
stage: build
stage: build
before_script:
before_script:
- apk add --update bash coreutils tar
- apk add --update bash coreutils tar
@@ -30,6 +30,9 @@ industrial_ci_kinetic:
@@ -30,6 +30,9 @@ industrial_ci_kinetic:
CATKIN_CONFIG: '--cmake-args -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context --'
CATKIN_CONFIG: '--cmake-args -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context --'
when: always
when: always
 
industrial_ci_kinetic:
 
extends: .industrial_ci_kinetic
 
##########################################################
##########################################################
## Simple check for basic Python syntax errors; this is much less thorough than
## Simple check for basic Python syntax errors; this is much less thorough than
## other options like pylint, but much faster and less strict
## other options like pylint, but much faster and less strict
Loading