]> git.armaanb.net Git - gen-shell.git/blobdiff - .build.yml
add sr.ht CI, remove docker, update README
[gen-shell.git] / .build.yml
diff --git a/.build.yml b/.build.yml
new file mode 100644 (file)
index 0000000..fb8f236
--- /dev/null
@@ -0,0 +1,14 @@
+image: archlinux
+packages:
+  - readline
+  - cmake
+  - gcc
+sources:
+  - https://git.sr.ht/~armaan/gen-shell
+tasks:
+  - cmake: |
+      cd gen-shell
+      cmake .
+      make
+artifacts:
+  - gen-shell/src/gen-shell