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

21 lines
289 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 clean && make
- cd sample/4pi-IC1
- ../../ex