git: Add '.gitlab-ci.yml' file.

results
Pierre-Antoine Rouby 2023-07-18 09:36:33 +02:00
parent 539dee31c9
commit 746ac01fde
1 changed files with 22 additions and 0 deletions

22
.gitlab-ci.yml Normal file
View File

@ -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