Skip to content

Permit a special case in which libraries are not unloaded #5

Permit a special case in which libraries are not unloaded

Permit a special case in which libraries are not unloaded #5

Workflow file for this run

name: Windows CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: deps
run: |
pip install ninja
- name: make
run: |
mkdir build
cd build
cmake .. -G Ninja -DVAMPSDK_BUILD_EXAMPLE_PLUGINS=ON -DVAMPSDK_BUILD_RDFGEN=ON
ninja