(watchman): WIP on fb(watchman)

This commit is contained in:
Jacob Heider 2024-05-24 10:35:01 -04:00 committed by Jacob Heider
parent 0c4ca305fc
commit 0b1049f1d6

View file

@ -12,10 +12,16 @@ versions:
build:
dependencies:
cmake.org: ^3
curl.se: '*'
working-directory: build
script: |
cmake .. -DCMAKE_INSTALL_PREFIX="{{prefix}}" -DCMAKE_BUILD_TYPE=Release
make --jobs {{hw.concurrency}} install
script:
# thirdparty header not packaged in tarball
# 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:
fixture: |