diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c1cf722 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: gcc:5 + +make: + stage: build + tags: + - docker + script: + - cd ${CI_PROJECT_DIR} + - cd code + - make clean && make