diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f92bdaf99a0649de7ca646d4880871209ecab918..ef990782e7d74ed094749b4afe73808a87df6ffc 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: