mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
fc2755183c
commit
9bfc9cd789
|
@ -11,8 +11,6 @@ dependencies:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
linux:
|
|
||||||
llvm.org: '>=12<15'
|
|
||||||
git-scm.org: 2
|
git-scm.org: 2
|
||||||
script:
|
script:
|
||||||
- run: |
|
- run: |
|
||||||
|
@ -22,6 +20,7 @@ build:
|
||||||
fi
|
fi
|
||||||
if: <1.7
|
if: <1.7
|
||||||
- ./configure --disable-maintainer-mode --prefix={{prefix}}
|
- ./configure --disable-maintainer-mode --prefix={{prefix}}
|
||||||
|
- make -j {{hw.concurrency}}
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue