Skip to content

Commit

Permalink
update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jul 18, 2018
1 parent 17a8705 commit 3492207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 3492207

Please sign in to comment.