Skip to content
Snippets Groups Projects

Resolve "Move forward building the repo"

Merged Jon Azpiazu requested to merge 32-move-forward-building-the-repo into master
2 files
+ 2
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,7 +9,6 @@ services:
@@ -9,7 +9,6 @@ services:
alias: docker
alias: docker
stages:
stages:
- precheck
- build
- build
- postcheck
- postcheck
@@ -99,7 +98,7 @@ clang_format:
@@ -99,7 +98,7 @@ clang_format:
python_syntax:
python_syntax:
before_script:
before_script:
- apk add --update python2
- apk add --update python2
stage: precheck
stage: build
script: python -m compileall -q .
script: python -m compileall -q .
when: always
when: always
tags:
tags:
Loading