1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-04 02:53:27 +00:00
janet/.builds/meson_min.yml

23 lines
638 B
YAML
Raw Normal View History

2020-05-12 13:46:26 +00:00
image: openbsd/latest
sources:
- https://git.sr.ht/~bakpakin/janet
packages:
- meson
tasks:
- build: |
cd janet
meson setup build --buildtype=release
cd build
2020-05-12 14:16:45 +00:00
meson configure -Dsingle_threaded=true
meson configure -Dnanbox=false
2020-05-12 13:46:26 +00:00
meson configure -Ddynamic_modules=false
meson configure -Ddocstrings=false
meson configure -Dnet=false
meson configure -Dsourcemaps=false
meson configure -Dpeg=false
meson configure -Dassembler=false
meson configure -Dint_types=false
2020-07-04 01:30:09 +00:00
meson configure -Dtyped_array=false
2020-05-12 13:46:26 +00:00
meson configure -Dreduced_os=true
ninja # will not pass tests but should build