mirror of
https://github.com/ivabus/pantry
synced 2024-11-29 19:55:06 +03:00
fix(ninja)
This commit is contained in:
parent
be218890f6
commit
ad8bc887af
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ build:
|
||||||
script: |-
|
script: |-
|
||||||
cmake ..
|
cmake ..
|
||||||
make --jobs {{ hw.concurrency }}
|
make --jobs {{ hw.concurrency }}
|
||||||
mkdir "{{ prefix }}/bin"
|
mkdir -p "{{ prefix }}/bin"
|
||||||
mv ninja "{{ prefix }}/bin"
|
mv ninja "{{ prefix }}/bin"
|
||||||
working-directory: build-cmake
|
working-directory: build-cmake
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue