diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..7c7d3d3f698560e1df409608fcfafa6f610ab109 --- /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