mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 16:40:27 +00:00
Add PRF enabled build to sourcehut builds.
This commit is contained in:
parent
9afcec77f6
commit
243c66442d
15
.builds/meson2.yml
Normal file
15
.builds/meson2.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
image: openbsd/latest
|
||||||
|
sources:
|
||||||
|
- https://git.sr.ht/~bakpakin/janet
|
||||||
|
packages:
|
||||||
|
- meson
|
||||||
|
tasks:
|
||||||
|
- build: |
|
||||||
|
cd janet
|
||||||
|
meson setup build --buildtype=release
|
||||||
|
cd build
|
||||||
|
meson configure -Dprf=true
|
||||||
|
ninja
|
||||||
|
ninja test
|
||||||
|
doas ninja install
|
||||||
|
doas jpm --verbose install circlet
|
@ -19,5 +19,4 @@ tasks:
|
|||||||
meson configure -Dint_types=false
|
meson configure -Dint_types=false
|
||||||
meson configure -Dtyped_array=false
|
meson configure -Dtyped_array=false
|
||||||
meson configure -Dreduced_os=true
|
meson configure -Dreduced_os=true
|
||||||
meson configure -Dprf=false
|
|
||||||
ninja # will not pass tests but should build
|
ninja # will not pass tests but should build
|
||||||
|
Loading…
Reference in New Issue
Block a user