build: exclude exe build on not Windows (#1180)

This commit is contained in:
Skylot
2021-05-27 15:41:34 +01:00
parent 21da3c8602
commit 4bda3b9e9b
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stages:
java-8:
stage: test
image: openjdk:8
script: ./gradlew clean build dist --warning-mode=all
script: ./gradlew clean build dist copyExe --warning-mode=all
java-11:
stage: test