mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Disable tests.
parent
0d547cc469
commit
e92e00f5c8
|
|
@ -208,31 +208,31 @@ build-windows:
|
|||
# TESTS #
|
||||
#########
|
||||
|
||||
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-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
|
||||
tags:
|
||||
- linux
|
||||
needs:
|
||||
- job: set-version
|
||||
artifacts: true
|
||||
- job: build-linux
|
||||
artifacts: true
|
||||
script:
|
||||
- cd linux/pamhyr
|
||||
- ./Pamhyr2 hello
|
||||
# test-linux:
|
||||
# stage: test
|
||||
# tags:
|
||||
# - linux
|
||||
# needs:
|
||||
# - job: set-version
|
||||
# artifacts: true
|
||||
# - job: build-linux
|
||||
# artifacts: true
|
||||
# script:
|
||||
# - cd linux/pamhyr
|
||||
# - ./Pamhyr2 hello
|
||||
|
||||
############
|
||||
# PACKAGES #
|
||||
|
|
@ -244,7 +244,7 @@ linux-package-tar:
|
|||
- release
|
||||
- linux
|
||||
needs:
|
||||
- job: test-linux
|
||||
# - job: test-linux
|
||||
- job: build-linux
|
||||
artifacts: true
|
||||
rules:
|
||||
|
|
@ -262,7 +262,7 @@ windows-package-zip:
|
|||
- release
|
||||
- linux
|
||||
needs:
|
||||
- job: test-windows
|
||||
# - job: test-windows
|
||||
- job: build-windows
|
||||
artifacts: true
|
||||
rules:
|
||||
|
|
@ -280,7 +280,7 @@ windows-package-exe:
|
|||
- release
|
||||
- wine
|
||||
needs:
|
||||
- job: test-windows
|
||||
# - job: test-windows
|
||||
- job: build-windows
|
||||
artifacts: true
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in New Issue