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:
|
||||
dependencies:
|
||||
cmake.org: '*'
|
||||
ninja-build.org: '*'
|
||||
script: |
|
||||
cmake -S . -B build/ $ARGS
|
||||
cmake --install build
|
||||
env:
|
||||
ARGS:
|
||||
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
||||
- -G Ninja
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue