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