Skip to content

Commit

Permalink
ci: use ninja for win64
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Feb 14, 2022
1 parent 3f39dab commit 13fabee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/11.6.0/network_installers/cuda_11.6.0_windows_network.exe
cuda_installer.exe -s nvcc_11.6 cudart_11.6 nvrtc_dev_11.6 visual_studio_integration_11.6
- name: Setup Ninja
run: pip install ninja

- name: Download AviSynth+ headers
run: |
curl -s -o avs+.zip -L https://github.com/AviSynth/AviSynthPlus/archive/refs/tags/v3.7.1a.zip
Expand All @@ -37,7 +40,7 @@ jobs:
mv vapoursynth-*/ vapoursynth/
- name: Configure
run: cmake -S . -B build -A x64
run: cmake -S . -B build -G Ninja
-D USE_NVRTC_STATIC=ON
-D ENABLE_AVISYNTHPLUS=ON
-D AVISYNTHPLUS_INCLUDE_DIRECTORY="%cd%\avisynth+\avs_core\include"
Expand Down

0 comments on commit 13fabee

Please sign in to comment.