Commit 746ac01f authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

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

Showing with 22 additions and 0 deletions
+22 -0
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment