From 3492207053992b1567e38b61db03085d5bb194e3 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 18 Jul 2018 12:59:34 +0200 Subject: [PATCH] update appveyor --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6dc8df2..5fa9193 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ install: build_script: - mkdir build%llvmplateform% && cd build%llvmplateform% - cmake .. -G "%compiler%" -DUSE_LLVM_CONFIG=off -DLLVM_DIR=./llvm-windows-%llvmplateform%-%llvmpconfig%/lib/cmake/llvm - - msbuild faust~.sln /nologo /p:config=%configuration% /p:plateform=%platform% + - msbuild faustgen~.sln /nologo /p:config=%configuration% /p:plateform=%platform% after_build: - cd %APPVEYOR_BUILD_FOLDER% - del /F /Q llvm.zip @@ -35,8 +35,8 @@ after_build: - copy README.md external\README.md - copy LICENSE external\LICENSE.txt - xcopy /S /E /Y /I .\faust\libraries .\external\libs - - rename external faust~ - - 7z a "faust_tilde-%release_arch%-sources.zip" faust~ + - rename external faustgen~ + - 7z a "faustgen_tilde-%release_arch%-sources.zip" faustgen~ artifacts: - path: '*.zip'