mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 03:58:19 +00:00
fix appveyor after renaming msvc.sln
This commit is contained in:
parent
cbd0e6056c
commit
3b470ffce2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ install:
|
|||
build_script:
|
||||
- if defined BASH (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && make")
|
||||
- if "%MSYSTEM%" == "MINGW64" (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && make -C bindings/go")
|
||||
- if "%CC%" == "msvc" (msbuild %APPVEYOR_BUILD_FOLDER%/msvc/msvc.sln)
|
||||
- if "%CC%" == "msvc" (msbuild %APPVEYOR_BUILD_FOLDER%/msvc/unicorn.sln)
|
||||
# make test
|
||||
#- 'cd %APPVEYOR_BUILD_FOLDER% && cd bindings\dotnet && msbuild UnicornDotNet.sln'
|
||||
# Allows RDP
|
||||
|
|
Loading…
Reference in a new issue