ci: Disable tests.

mesh
Pierre-Antoine Rouby 2023-09-19 17:37:49 +02:00
parent 0d547cc469
commit e92e00f5c8
1 changed files with 27 additions and 27 deletions

View File

@ -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: