File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
22
curl https://www.rarewares.org/files/ogg/oggenc2.88-1.3.7-x64.zip --output oggenc.zip &&
23
23
unzip oggenc.zip -d bin/
24
24
shell : bash
25
+ - name : Configure CMake
26
+ run : >
27
+ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
28
+ -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
29
+ -DVCPKG_TARGET_TRIPLET=x64-windows-static-md
25
30
- name : Build AV
26
- run : msbuild build\VisualStudio\ArrowVortex.vcxproj /p:Configuration=Release /p:Platform=x64
31
+ run : cmake --build build --config Release
32
+ - name : Collect into a directory
33
+ if : github.ref_name == 'beta'
34
+ run : cmake --install build --config Release --prefix ./
27
35
- name : Upload artifact
28
36
if : github.ref_name == 'beta'
29
37
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments