Skip to content

cmake: use UVW_ to avoid polluting parent projects #143

cmake: use UVW_ to avoid polluting parent projects

cmake: use UVW_ to avoid polluting parent projects #143

Workflow file for this run

name: build-macos
on: [push, pull_request]
jobs:
macos:
timeout-minutes: 60
runs-on: macOS-latest
strategy:
matrix:
mode: [-DUVW_BUILD_SHARED_LIB=ON, -DUVW_BUILD_LIBS=ON, -DUVW_BUILD_LIBS=OFF]
steps:
- uses: actions/checkout@v3
- name: Compile tests
working-directory: build
run: |
cmake ${{ matrix.mode }} -DUVW_BUILD_TESTING=ON -Dlibuv_buildtests=OFF ..
make -j2