Skip to content
Snippets Groups Projects
Commit 53d1cbe8 authored by James R.'s avatar James R.
Browse files

Appveyor: update executable directory

parent b31056c7
No related branches found
No related tags found
No related merge requests found
...@@ -100,9 +100,9 @@ build_script: ...@@ -100,9 +100,9 @@ build_script:
after_build: after_build:
- if [%X86_64%] == [1] ( - if [%X86_64%] == [1] (
set "BUILD_PATH=bin\Mingw64\Release" set "BUILD_PATH=bin\64"
) else ( ) else (
set "BUILD_PATH=bin\Mingw\Release" set "BUILD_PATH=bin"
) )
- if [%X86_64%] == [1] ( set "CONFIGURATION=%CONFIGURATION%64" ) - if [%X86_64%] == [1] ( set "CONFIGURATION=%CONFIGURATION%64" )
- ccache -s - ccache -s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment