|
|
|
@ -11,8 +11,10 @@ environment: |
|
|
|
secure: OtVfyN3ErqQrDTnWH2HDfJDlCiu/i4/X4wFmK3ZXXP7HmCiXYPSbTjMPwwdOxRaK |
|
|
|
MYGET_API_URL: https://www.myget.org/F/avalonia-ci/api/v2/package |
|
|
|
install: |
|
|
|
- if not exist dotnet-1.0.1.exe appveyor DownloadFile https://go.microsoft.com/fwlink/?linkid=843448 -FileName "dotnet-1.0.1.exe" |
|
|
|
- if not exist gtk-sharp-2.12.26.msi appveyor DownloadFile http://download.xamarin.com/GTKforWindows/Windows/gtk-sharp-2.12.26.msi |
|
|
|
- msiexec /i gtk-sharp-2.12.26.msi /qn /norestart |
|
|
|
- cmd: call c:\dotnet.exe /quiet |
|
|
|
- cmd: set PATH=%programfiles(x86)%\GtkSharp\2.12\bin\;%PATH% |
|
|
|
before_build: |
|
|
|
- git submodule update --init |
|
|
|
@ -30,3 +32,4 @@ artifacts: |
|
|
|
- path: artifacts\zip\*.zip |
|
|
|
cache: |
|
|
|
- gtk-sharp-2.12.26.msi |
|
|
|
- dotnet-1.0.1.exe |
|
|
|
|