callisto/.builds/alpine.yml
Jeremy Baxter 1d6a713d5a builds: initialise
Initialise builds.sr.ht CI to build for Alpine Linux, Arch Linux and
OpenBSD. Building for Arch will also test the Nix flake builds.
2024-02-29 16:56:48 +13:00

21 lines
362 B
YAML

---
image: alpine/edge
packages:
- clang
- gcc
sources:
- "https://git.sr.ht/~jeremy/callisto"
tasks:
- build-clang: |
cd callisto
./configure -c clang
make
make clean
- build-gcc: |
cd callisto
./configure -c gcc
make
- install: |
sudo make -Ccallisto install
- test: |
csto callisto/test.lua