separate windows build dir

submit_rewrite
cosmonaut 2021-02-27 13:37:19 -08:00
parent 2255c9d81a
commit 98d31a3a57
1 changed files with 2 additions and 2 deletions

View File

@ -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