From eb2dce6da0253ba224e55037cede0b2f58aed6d0 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Thu, 3 Sep 2020 21:25:49 +0300 Subject: [PATCH] It's really unclear what Travis's problem is --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a420005f9..1d08b77b79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,9 @@ script: wget -O jdk-windows-64.zip https://github.com/ojdkbuild/ojdkbuild/releases/download/java-1.8.0-openjdk-1.8.0.232-1.b09/java-1.8.0-openjdk-1.8.0.232-1.b09.ojdkbuild.windows.x86_64.zip; wget -O jdk-windows-32.zip https://github.com/ojdkbuild/ojdkbuild/releases/download/java-1.8.0-openjdk-1.8.0.252-2.b09-x86/java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86.zip; wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default; - unzip butler.zip - chmod +x butler # GNU unzip tends to not set the executable bit even though it's set in the .zip - ./butler -V # just a sanity check run (and also helpful in case you're sharing CI logs) + unzip butler.zip; + chmod +x butler; + ./butler -V; ./gradlew desktop:packrWindows32; ./gradlew desktop:packrWindows64; ./butler push deploy/Unciv-Windows64.zip yairm210/unciv:Windows64