1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 18:29:56 +00:00
janet/.builds/linux.yml
Calvin Rose 0aa4c3d217 Consolidate sr.ht builds to 1-per-platform.
This generally makes more sense from an infrastructure
point of view and works around 4 builds per push limit of sr.ht.
2020-12-06 11:46:45 -06:00

16 lines
287 B
YAML

image: archlinux
sources:
- https://git.sr.ht/~bakpakin/janet
packages:
- meson
tasks:
- build: |
cd janet
meson setup build --buildtype=release
cd build
meson configure -Depoll=false
ninja
ninja test
sudo ninja install
sudo jpm --verbose install circlet