]> git.xonotic.org Git - xonotic/netradiant.git/blob - .drone.yml
Merge commit 'a8f1237884e3741541e891724fbae07f8ff7d3b8' 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