Pamhyr2/.gitlab-ci.yml

23 lines
281 B
YAML

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