Skip to content
Snippets Groups Projects
Commit cf3b0344 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Prepare default industrial_ci job for commit/tag variation by extension

parent 57c08712
Branches
No related tags found
1 merge request!16Deploy image build
...@@ -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
......
...@@ -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
...@@ -32,6 +32,9 @@ industrial_ci_kinetic: ...@@ -32,6 +32,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment