@@ -7,7 +7,6 @@ environment:
7
7
CsoundDepsDir : C:\projects\csound\msvc\deps\bin
8
8
CSOUND_VERSION : 6.11.0-beta
9
9
HDF5_HOME : C:\Program Files\HDF_Group\HDF5\1.8.19
10
- # QTDIR: C:\Qt\5.9.2\msvc2017_64
11
10
VCPKGDir : C:\Tools\vcpkg
12
11
VSGENERATOR : Visual Studio 15 2017 Win64
13
12
VSTOOLSET : v141
31
30
- set VCREDIST_CXXAMP_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.12.25810\x64\Microsoft.VC141.CXXAMP
32
31
- set VCREDIST_OPENMP_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.12.25810\x64\Microsoft.VC141.OpenMP
33
32
- set
34
- # - echo "Qt SDK configuration files:"
35
- # - dir "%QTDIR%\\mkspecs"
36
33
- echo "Redistributable runtime libraries:"
37
34
- dir /B /S "%VCToolsRedistDir%"
38
35
- dir /B /S "%VCREDIST_CRT_DIR%"
@@ -49,13 +46,21 @@ install:
49
46
- powershell -ExecutionPolicy ByPass -File downloadDependencies.ps1 -vsGenerator "%VSGENERATOR%" -vsToolset "%VSTOOLSET%"
50
47
- powershell -ExecutionPolicy ByPass -File generateProject.ps1 -vsGenerator "%VSGENERATOR%" -vsToolset "%VSTOOLSET%" -vstSdkHome "%VST_SDK2_HOME%
51
48
- cd ..
49
+ # download an unzip manual and CsoundQT for inclusion with the installer
50
+ - cd c:/
51
+ - ps : Start-FileDownload 'https://github.com/csound/csound/releases/download/6.10.0/Csound6.10.0_manual_html.zip'
52
+ - cmd : 7z.exe x Csound6.10.0_manual_html.zip
53
+ - ps : Start-FileDownload 'https://github.com/CsoundQt/CsoundQt/releases/download/0.9.5/CsoundQt-0.9.5-win64.zip'
54
+ - cmd : 7z.exe x CsoundQt-0.9.5-win64.zip
55
+ - dir c:\
56
+ - dir c:\html
57
+ - dir c:\CsoundQt-0.9.5-win64\bin
52
58
53
59
build :
54
60
parallel : true
55
61
project : msvc\csound-vs\Csound.sln
56
62
57
63
after_build :
58
- - dir "%VCPKGDir%\installed\x64-windows-static\include"
59
64
- set PATH=%PATH%;"C:\\Program Files (x86)\\Inno Setup 5"
60
65
- iscc /dVcpkgInstalledBinDir=%VCPKGDir%\\installed\\x64-windows\\bin\\ /omsvc installer\\windows\\csound6_x64_appveyor.iss
61
66
- 7z a csound-windows-x64-%CSOUND_VERSION%-%APPVEYOR_BUILD_NUMBER%.zip %APPVEYOR_BUILD_FOLDER%\msvc\csound-vs\RelWithDebInfo\*.exe %APPVEYOR_BUILD_FOLDER%\msvc\csound-vs\RelWithDebInfo\csound64.lib %APPVEYOR_BUILD_FOLDER%\include\ %APPVEYOR_BUILD_FOLDER%\msvc\csound-vs\RelWithDebInfo\*.dll %APPVEYOR_BUILD_FOLDER%\msvc\csound-vs\RelWithDebInfo\*.pyd %APPVEYOR_BUILD_FOLDER%\msvc\csound-vs\*.jar %APPVEYOR_BUILD_FOLDER%\msvc\csound-vs\*.py
0 commit comments