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