Skip to content

Commit

Permalink
OpenAL script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hozuki committed Mar 14, 2018
1 parent 73efc36 commit 2c31627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build_script:
- cmd: msbuild MilliSim.sln /p:Configuration=Release /verbosity:minimal /p:nowarn="1574,1591"
#- cmd: node scripts\appveyor_nuget_pack.js
after_build:
- ps: .\scripts\extract-openal-soft.ps1 -destination %APPVEYOR_BUILD_FOLDER%\src\TheaterDays.Direct3D11\bin\Windows\x86\%CONFIGURATION%\
- ps: .\scripts\extract-openal-soft.ps1 -destination $Env:APPVEYOR_BUILD_FOLDER\src\TheaterDays.Direct3D11\bin\Windows\x86\$Env:CONFIGURATION\
- cmd: marked ./README.md -o ./README.html
- cmd: node scripts\appveyor_copy_licenses.js
- cmd: del %APPVEYOR_BUILD_FOLDER%\src\TheaterDays.Direct3D11\bin\Windows\x86\%CONFIGURATION%\*.xml
Expand Down

0 comments on commit 2c31627

Please sign in to comment.