mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
381b4f0ee8
commit
86f15d6e62
1 changed files with 9 additions and 7 deletions
|
@ -16,13 +16,15 @@ build:
|
||||||
linux:
|
linux:
|
||||||
llvm.org: '>=12<15'
|
llvm.org: '>=12<15'
|
||||||
git-scm.org: 2
|
git-scm.org: 2
|
||||||
script: |
|
script:
|
||||||
if test '{{hw.platform}}' = 'darwin'; then
|
- run: |
|
||||||
git apply props/darwin.diff
|
if test "{{hw.platform}}" = "darwin"; then
|
||||||
git apply props/lgamma_r.diff
|
git apply props/darwin.diff
|
||||||
fi
|
git apply props/lgamma_r.diff
|
||||||
./configure --disable-maintainer-mode --prefix={{prefix}}
|
fi
|
||||||
make install
|
if: <1.7
|
||||||
|
- ./configure --disable-maintainer-mode --prefix={{prefix}}
|
||||||
|
- make install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: test $(jq .devs[1].github < test.json) = '"jhheider"'
|
script: test $(jq .devs[1].github < test.json) = '"jhheider"'
|
||||||
|
|
Loading…
Reference in a new issue