Skip to content

Commit 045702b

Browse files
committed
Updated AppVeyor config to the source-based mechanism.
1 parent 50bbae7 commit 045702b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ install:
1717
Invoke-WebRequest "https://web.archive.org/web/20200502121517/https://www.steinberg.net/sdk_downloads/vstsdk366_27_06_2016_build_61.zip" -OutFile "vstsdk.zip"
1818
Expand-Archive "vstsdk.zip" "C:\tmp"
1919
}
20-
if (-Not (Test-Path "C:\tmp\Monad.FLParser.dll")) {
21-
Invoke-WebRequest "https://github.com/LeStahL/FLParser/releases/download/compatibility-20.9/Monad.FLParser.dll" -OutFile "C:\tmp\Monad.FLParser.dll"
22-
}
2320
2421
build_script:
2522
# build native code/tests
2623
- mkdir build
2724
- cd build
28-
- cmake -DCMAKE_GENERATOR_PLATFORM=%PLATFORM% -DVSTSDK3_DIR="C:/tmp/VST3 SDK" -DMONAD_FL_PARSER_DIR="C:/tmp/" ..
25+
- cmake -DCMAKE_GENERATOR_PLATFORM=%PLATFORM% -DVSTSDK3_DIR="C:/tmp/VST3 SDK" -DDOWNLOAD_MONAD_FL_PARSER=ON -DMONAD_FL_PARSER_DIR="C:/tmp/Monad.FLParser" ..
2926
- msbuild /v:minimal /nologo WaveSabre.sln
3027
- msbuild /v:minimal /nologo /property:Configuration="MinSizeRel" WaveSabre.sln
3128
- cd ..

0 commit comments

Comments
 (0)