forked from MoonsideGames/Refresh
separate windows build dir
parent
2255c9d81a
commit
98d31a3a57
|
@ -18,7 +18,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y git cmake SDL2-devel
|
- dnf install -y git cmake SDL2-devel
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- cmake -E make_directory ./build
|
- cmake -E make_directory ./windows-build
|
||||||
- cd ./build
|
- cd ./windows-build
|
||||||
- mingw64-cmake -S .. -B .
|
- mingw64-cmake -S .. -B .
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue