summary refs log tree commit diff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..378ef1a
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,12 @@
+image: archlinux
+packages:
+  - freealut
+  - glu
+  - libvorbis
+  - openal
+  - sdl
+  - sdl_image
+sources:
+  - https://git.sr.ht/~cnx/blackshades
+tasks:
+  - build: make -C blackshades -j `nproc`