mirror of https://gitlab.com/pamhyr/pamhyr2
git: Add '.gitlab-ci.yml' file.
parent
539dee31c9
commit
746ac01fde
|
|
@ -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
|
||||||
Loading…
Reference in New Issue