aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..bd2f7d7
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,11 @@
+image: archlinux
+packages:
+ - cmake
+ - gcc
+sources:
+ - https://git.sr.ht/~spacekookie/libbowl
+tasks:
+ - build: |
+ cd libbowl
+ cmake .
+ make