rizin/.woodpecker/macos-arm64.yml
Anton Kochkov f8def2f0f5
Remove reduntant license entries and READMEs (#2875)
* Remove reduntant license entries and READMEs
* Do not use `make`
2022-08-08 08:04:26 +08:00

24 lines
523 B
YAML

platform: darwin/arm64
pipeline:
build:
image: /bin/bash
commands:
- meson build --prefix="`pwd`/prefix"
- ninja -C build
- ninja -C build install
fetch-testbins:
image: /bin/bash
commands:
- cd test
- git clone --depth=1 https://github.com/rizinorg/rizin-testbins bins
unit-test:
image: /bin/bash
commands:
- ninja -C build test
rz-test:
image: /bin/bash
commands:
- export PATH="`pwd`/prefix/bin:$PATH"
- cd test
- rz-test -L