Skip to content
Snippets Groups Projects
Commit edefe242 authored by Jose Raul Barreras's avatar Jose Raul Barreras
Browse files

add gitlab-ci

parent e3a0cfb5
No related branches found
No related tags found
4 merge requests!5Develop,!4Working copy,!3Static code analysis on xls branch,!1WIP: Static code analysis on xls branch
stages:
- verify
- build
Check Makefile:
stage: verify
tags:
- shell, docker
script:
- docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
Lint and Validate dockerfiles:
stage: verify
tags:
- shell, docker
script:
- make test
Make All Images:
stage: build
image: projectatomic/dockerfile-lint
tags:
- shell, docker
script:
- make
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment