mirror of https://gitlab.com/pamhyr/pamhyr2
ci: tests: Add test-linux and test-windows.
parent
2cad6f21ab
commit
5f6154c510
|
|
@ -208,15 +208,31 @@ build-windows:
|
||||||
# TESTS #
|
# TESTS #
|
||||||
#########
|
#########
|
||||||
|
|
||||||
test:
|
test-windows:
|
||||||
|
stage: test
|
||||||
|
tags:
|
||||||
|
- wine
|
||||||
|
needs:
|
||||||
|
- job: set-version
|
||||||
|
artifacts: true
|
||||||
|
- job: build-windows
|
||||||
|
artifacts: true
|
||||||
|
script:
|
||||||
|
- cd windows\pamhyr
|
||||||
|
- pamhyr\pamhyr.exe hello
|
||||||
|
|
||||||
|
test-linux:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
needs:
|
needs:
|
||||||
- job: set-version
|
- job: set-version
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
- job: build-linux
|
||||||
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- echo "TODO PAMHYR tests"
|
- cd linux/pamhyr
|
||||||
|
- ./Pamhyr2 hello
|
||||||
|
|
||||||
############
|
############
|
||||||
# PACKAGES #
|
# PACKAGES #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue