summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2020-10-14 00:21:04 -0700
committerGitHub <noreply@github.com>2020-10-14 00:21:04 -0700
commit07754157ef64a555fd0c8bf49862a83aae9cc442 (patch)
tree132e225171b3180c29cea2a2fc222ed405628061
parent4d03c849868231dc217785c6f0e78eab9cd79fd5 (diff)
downloadrabbitmq-c-alanxz-patch-1.tar.gz
ci: use pre-installed OpenSSL on appveyoralanxz-patch-1
The current setup is broken, this should fix it, and *ideally* make the CI runs a bit faster.
-rw-r--r--appveyor.yml14
1 files changed, 1 insertions, 13 deletions
diff --git a/appveyor.yml b/appveyor.yml
index af31522..e52aef5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,18 +16,6 @@ configuration:
cache:
- c:\deps -> appveyor.yml
-
-# borrowed from https://github.com/FreeTDS/freetds
-install:
- # xidel (xpath command line tool)
- - appveyor DownloadFile "https://downloads.sourceforge.net/project/videlibri/Xidel/Xidel 0.9.6/xidel-0.9.6.win32.zip"
- - 7z x xidel-0.9.6.win32.zip xidel.exe
- # detect version of Windows OpenSSL binaries published by the Shining Light Productions crew
- - xidel https://slproweb.com/products/Win32OpenSSL.html --extract "(//td/a[starts-with(@href, '/download') and starts-with(text(), 'Win32 OpenSSL') and ends-with(text(), 'Light')])[1]/translate(substring-before(substring-after(text(), 'Win32 OpenSSL v'), ' Light'), '.', '_')" > openssl_ver.txt
- - set /P OPENSSL_VER=< openssl_ver.txt
- # OpenSSL
- - appveyor DownloadFile https://slproweb.com/download/Win%BITS%OpenSSL-%OPENSSL_VER%.exe
- - "Win%BITS%OpenSSL-%OPENSSL_VER%.exe /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART"
before_build:
- cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=ON -DRUN_SYSTEM_TESTS=ON -DENABLE_SSL_SUPPORT=True -G"%GENERATOR%" .
@@ -38,5 +26,5 @@ build:
artifacts:
- path: librabbitmq\%CONFIGURATION%
- name: LibRabbit-%BITS%-%OPENSSL_VER%-%CONFIGURATION%.zip
+ name: LibRabbit-%BITS%-%CONFIGURATION%.zip
type: zip