mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
236f8dede3
commit
6c37416e78
|
@ -10,9 +10,20 @@ versions:
|
|||
- /.tar.xz/
|
||||
|
||||
build:
|
||||
script: |
|
||||
dependencies:
|
||||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
script:
|
||||
- run: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
if: <0.18
|
||||
- run: |
|
||||
meson setup build $ARGS
|
||||
meson compile -C build --verbose
|
||||
meson install -C build
|
||||
if: '>=0.18'
|
||||
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
|
|
Loading…
Reference in a new issue