From ba78f51ff525d6b6825781fc747d5d8fff4ad3c4 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 2 Oct 2021 14:00:13 +0200 Subject: [PATCH] Windows CI changes. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a0bb96..5cd557f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: default workspace: - path: /home/build/pkmnLib + path: /home/build type: docker steps: @@ -57,6 +57,6 @@ steps: - wine64 build-release-windows/pkmnLibTests.exe -s --duration=true --force-colors=true --- kind: signature -hmac: 008f18aa2d629f44acaadac412e1145b94d7da7453ed1cf9097f7087e2efe6ee +hmac: 952604069281c28e277b70581e66559a4b30d93cc4c0534bd90616d57916e6f1 ...