closes #3256
This commit is contained in:
Jacob Heider 2023-09-06 19:09:31 -04:00
parent 381b4f0ee8
commit 86f15d6e62
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -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"'