mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
d95529e9f5
commit
8c39d0c1f4
1 changed files with 2 additions and 0 deletions
|
@ -8,12 +8,14 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
cmake.org: '*'
|
cmake.org: '*'
|
||||||
|
ninja-build.org: '*'
|
||||||
script: |
|
script: |
|
||||||
cmake -S . -B build/ $ARGS
|
cmake -S . -B build/ $ARGS
|
||||||
cmake --install build
|
cmake --install build
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
||||||
|
- -G Ninja
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue