diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..7c7d3d3f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,22 @@ +stages: + - build + - test + - release + +build: + stage: build + script: + - echo "TODO build pamhyr" + +test: + stage: test + script: + - echo "TODO PAMHYR tests" + +# nightly-package: +# stage: release +# tags: +# - release +# script: +# - cd packages +# - ./linux.sh