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