incomp-flame-1d/.gitlab-ci.yml
2019-03-15 15:06:06 -04:00

19 lines
241 B
YAML

image: gcc:5
make:
stage: build
tags:
- docker
script:
- cd ${CI_PROJECT_DIR}
- cd code
- make clean && make
test:
stage: test
tags:
- docker
script:
- cd ${CI_PROJECT_DIR}
- cd code
- make test