]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - .drone.yml
Fix MSYS2 issues
[xonotic/netradiant.git] / .drone.yml
diff --git a/.drone.yml b/.drone.yml
new file mode 100644 (file)
index 0000000..d40dd2e
--- /dev/null
@@ -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