Commit e92e00f5 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Disable tests.

Showing with 27 additions and 27 deletions
+27 -27
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment