From e92e00f5c861cdb74ecdad1570599633d8c48b17 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Tue, 19 Sep 2023 17:37:49 +0200 Subject: [PATCH] ci: Disable tests. --- .gitlab-ci.yml | 54 +++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f92bdaf9..ef990782 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab