mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
(watchman): WIP on fb(watchman)
This commit is contained in:
parent
0c4ca305fc
commit
0b1049f1d6
|
@ -12,10 +12,16 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
cmake.org: ^3
|
cmake.org: ^3
|
||||||
|
curl.se: '*'
|
||||||
working-directory: build
|
working-directory: build
|
||||||
script: |
|
script:
|
||||||
cmake .. -DCMAKE_INSTALL_PREFIX="{{prefix}}" -DCMAKE_BUILD_TYPE=Release
|
# thirdparty header not packaged in tarball
|
||||||
make --jobs {{hw.concurrency}} install
|
# https://github.com/c-ares/c-ares/pull/750
|
||||||
|
- run: curl -O https://opensource.apple.com/source/configd/configd-1109.140.1/dnsinfo/dnsinfo.h
|
||||||
|
working-directory: ../src/lib/thirdparty/apple
|
||||||
|
if: '>=1.29.0'
|
||||||
|
- cmake .. -DCMAKE_INSTALL_PREFIX="{{prefix}}" -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- make --jobs {{hw.concurrency}} install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
fixture: |
|
fixture: |
|
||||||
|
|
Loading…
Reference in a new issue