mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
f4c6cb1572
commit
95ad8bea0b
1 changed files with 12 additions and 4 deletions
|
@ -12,10 +12,18 @@ build:
|
||||||
ninja-build.org: 1
|
ninja-build.org: 1
|
||||||
working-directory:
|
working-directory:
|
||||||
build
|
build
|
||||||
script: |
|
script:
|
||||||
meson .. --prefix={{prefix}} --libdir={{prefix}}/lib --buildtype=release
|
# POSIX compliance issue between the code and the environment
|
||||||
ninja -v
|
- run: |
|
||||||
ninja install
|
if test "{{hw.platform}}" = "darwin"; then
|
||||||
|
sed -i.bak -e 's/generation = (buf\.st_mtim\.tv_sec << 32).*/generation = buf.st_mtime << 32;/' srp_shared.c
|
||||||
|
rm srp_shared.c.bak
|
||||||
|
fi
|
||||||
|
working-directory: ../tools
|
||||||
|
if: ^0.2.8
|
||||||
|
- meson .. --prefix={{prefix}} --libdir={{prefix}}/lib --buildtype=release
|
||||||
|
- ninja -v
|
||||||
|
- ninja install
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue