]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - .drone.yml
Merge commit '84881a66140ad93d0b6cd4d55efbbb459bd91f48' into master-merge
[xonotic/netradiant.git] / .drone.yml
1 build:
2   image: teaci/msys32
3   shell: mingw32
4   pull: true
5   commands:
6     - pacman -S --needed --noconfirm --noprogressbar mingw-w64-i686-{toolchain,cmake,gtk2,gtkglext}
7     - cmake -G "MSYS Makefiles" .
8     - make