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