Files
DRAMSys/.gitlab-ci.yml
Matthias Jung 5c88afbc96 CI: Simple GitLab CI file added
For a more complex example I refer to the petrinet CI setup
2018-07-16 22:50:07 +02:00

26 lines
410 B
YAML

image: gcc
stages:
- build
- simple-runs
cache:
paths:
- build/
build:
stage: build
script:
- git submodule sync
- git submodule update --init --recursive
- mkdir -p build
- cd build
- qmake ../DRAMSys/DRAMSys.pro
- make -j4
check-for-crash:
stage: simple-runs
script:
- cd build/simulator
- ./DRAMSys