mirror of
https://github.com/janet-lang/janet
synced 2024-11-15 21:24:48 +00:00
0aa4c3d217
This generally makes more sense from an infrastructure point of view and works around 4 builds per push limit of sr.ht.
16 lines
287 B
YAML
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
|