Skip to content
Snippets Groups Projects
Commit ebed62aa authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Merge branch '32-move-forward-building-the-repo' into 'master'

Resolve "Move forward building the repo"

Closes #32

See merge request !59
parents 16f2fb66 4d372dab
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
...@@ -9,7 +9,6 @@ services: ...@@ -9,7 +9,6 @@ services:
alias: docker alias: docker
stages: stages:
- precheck
- build - build
- postcheck - postcheck
...@@ -101,7 +100,7 @@ clang_format: ...@@ -101,7 +100,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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment