File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 - " 10"
66env :
77 matrix :
8- - RAVENDB_TEST_SERVER_PATH=./RavenDB/Server/Raven.Server
8+ - RAVENDB_SERVER_DOWNLOAD="https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=stable&version=4.0"
9+ RAVENDB_TEST_SERVER_PATH=./RavenDB/Server/Raven.Server
910 RAVENDB_TEST_SERVER_CERTIFICATE_PATH=./certs/server.pfx
1011 RAVENDB_TEST_CLIENT_CERT_PASSPHRASE=client11
1112 RAVENDB_TEST_CLIENT_CERT_PATH=./certs/nodejs.pem
1415before_install :
1516 - sudo apt-get -qq update
1617 - sudo apt-get install -y libunwind8 wget libicu52 libssl-dev curl unzip gettext libcurl4-openssl-dev zlib1g uuid-dev bzip2 openssl
17- - wget -O RavenDB.tar.bz2 https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=nightly
18+ - wget -O RavenDB.tar.bz2 "$RAVENDB_SERVER_DOWNLOAD"
1819 - tar xjf RavenDB.tar.bz2
1920 - mkdir certs; pushd certs
2021 - openssl genrsa -out ca.key 2048
You can’t perform that action at this time.
0 commit comments