X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=.drone.yml;fp=.drone.yml;h=d40dd2e3ff310d1cf869bb509ea46b51f0d22e6c;hb=9d606a0b3be053550486b8f1a00255e340ccf8a8;hp=0000000000000000000000000000000000000000;hpb=42d47f9eb85f465caccf0ba8ed5d3605b941c08e;p=xonotic%2Fnetradiant.git diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..d40dd2e3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +build: + image: teaci/msys32 + shell: mingw32 + pull: true + commands: + - pacman -S --needed --noconfirm --noprogressbar mingw-w64-i686-{toolchain,cmake,gtk2,gtkglext} + - cmake -G "MSYS Makefiles" . + - make