Skip to content

Commit

Permalink
appveyor: Add vcpkg integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Jun 29, 2020
1 parent b484717 commit 1438642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install:
build_script:
# Ensure vcpkg dependencies are installed
- ps: |
vcpkg integrate install
vcpkg install openxr-loader:x64-windows glfw3:x64-windows-static glfw3:x86-windows-static
# build Revive
- ps: |
Expand All @@ -44,7 +45,7 @@ after_build:
# gather built Revive files
- cmd: |
cd c:\projects\Revive\Release
7z a Revive.zip ReviveInjector.exe LibRevive32.dll LibRevive64.dll LibRXRRT64.dll openxr_loader-1_0.dll
7z a Revive.zip ReviveInjector.exe LibRevive32.dll LibRevive64.dll LibRXRRT64.dll openxr_loader.dll
# Run NSIS to generate installer
- ps: |
cd c:\projects\Revive\Installer
Expand Down
1 change: 1 addition & 0 deletions setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ catch
Write-Host "MSBuild found"

# Ensure vcpkg dependencies are installed
vcpkg integrate install
vcpkg install openxr-loader:x64-windows glfw3:x64-windows-static glfw3:x86-windows-static

# Build Revive a la carte
Expand Down

0 comments on commit 1438642

Please sign in to comment.