Skip to content

Commit

Permalink
fix(appveyor): fix appveyor release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Insineer committed Sep 11, 2019
1 parent bc4a8ba commit 66d2062
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CI/appveyor/appveyor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ install:
- vcpkg install "sfml:%platform%-windows-static"
- vcpkg install "gtest:%platform%-windows-static"

cache: c:\tools\vcpkg\

after_build:
- set BIN_FOLDER_SUFFIX=%platform%
- if "%BIN_FOLDER_SUFFIX%"=="x86" (set BIN_FOLDER_SUFFIX=Win32)
Expand Down

0 comments on commit 66d2062

Please sign in to comment.