mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
parent
4da816e4f6
commit
b93b11f2ee
|
@ -16,10 +16,12 @@ build:
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
script:
|
script:
|
||||||
- run: curl $PATCH | patch -p1 || true
|
- run: curl $PATCH | patch -p1 || true
|
||||||
if: darwin
|
if: <5.3.0
|
||||||
- cmake -S . -B build -G Ninja $CMAKE_ARGS
|
- cmake -S . -B build -G Ninja $CMAKE_ARGS
|
||||||
- cmake --build build
|
- cmake --build build
|
||||||
- cmake --install build
|
- cmake --install build
|
||||||
|
- run: cp -a contrib {{prefix}}/include
|
||||||
|
if: '>=5.3.0'
|
||||||
env:
|
env:
|
||||||
PATCH: https://github.com/assimp/assimp/commit/5a89d6fee138f8bc979b508719163a74ddc9a384.patch?full_index=1
|
PATCH: https://github.com/assimp/assimp/commit/5a89d6fee138f8bc979b508719163a74ddc9a384.patch?full_index=1
|
||||||
CMAKE_ARGS:
|
CMAKE_ARGS:
|
||||||
|
|
Loading…
Reference in a new issue