Place Holder For Bonjour SDK Install

I do not know how the current AppVeyor build get hold of it...
This commit is contained in:
Thomas A. F. Thorne 2019-02-07 11:09:30 +00:00
parent 1d57dc9146
commit 9e7da7d826
No known key found for this signature in database
GPG Key ID: F5CB28A9146B3180
1 changed files with 7 additions and 1 deletions

View File

@ -25,8 +25,8 @@ configuration:
install:
- echo The Install has started...
# The Linux setup stages
- sh: echo ... for Linux
- cmd: echo ... for Windows
- sh: sudo apt-get -y update && sudo apt-get -y install
cmake
g++
@ -39,6 +39,12 @@ install:
make
qtbase5-dev
xorg-dev
# The Windows setup stages
- cmd: echo ... for Windows
# - ps: (new-object net.webclient).DownloadFile('https://mysite.com/mypackage.msi', 'mypackage.msi')
# - ps: msiexec /i mypackage.msi /quiet /qn /norestart /log install.log PROPERTY1=value1 PROPERTY2=value2
# End of Install
- echo The Install has finished.
##### Build Phase #####