From 98d31a3a57b6f54beec15c4496d297032ad94309 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 27 Feb 2021 13:37:19 -0800 Subject: [PATCH] separate windows build dir --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ba156c2..a997bc3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: commands: - dnf install -y git cmake SDL2-devel - git submodule update --recursive --init - - cmake -E make_directory ./build - - cd ./build + - cmake -E make_directory ./windows-build + - cd ./windows-build - mingw64-cmake -S .. -B . - make