Skip to content

Commit

Permalink
Updated CI to point to fdb 6.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Jan 6, 2021
1 parent 27c4c66 commit 24d85b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ addons:
before_install:
- |
if [ $TRAVIS_OS_NAME = linux ]; then
wget "https://www.foundationdb.org/downloads/6.2.11/ubuntu/installers/foundationdb-clients_6.2.11-1_amd64.deb"
sudo dpkg -i foundationdb-clients_6.2.11-1_amd64.deb
wget "https://www.foundationdb.org/downloads/6.2.11/ubuntu/installers/foundationdb-server_6.2.11-1_amd64.deb"
sudo dpkg -i foundationdb-server_6.2.11-1_amd64.deb
wget "https://www.foundationdb.org/downloads/6.2.28/ubuntu/installers/foundationdb-clients_6.2.28-1_amd64.deb"
sudo dpkg -i foundationdb-clients_6.2.28-1_amd64.deb
wget "https://www.foundationdb.org/downloads/6.2.28/ubuntu/installers/foundationdb-server_6.2.28-1_amd64.deb"
sudo dpkg -i foundationdb-server_6.2.28-1_amd64.deb
else
wget "https://www.foundationdb.org/downloads/6.2.11/macOS/installers/FoundationDB-6.2.11.pkg"
sudo installer -pkg FoundationDB-6.2.11.pkg -target /
wget "https://www.foundationdb.org/downloads/6.2.28/macOS/installers/FoundationDB-6.2.28.pkg"
sudo installer -pkg FoundationDB-6.2.28.pkg -target /
fi
node_js:
- '10'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platform:

install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- ps: (new-object net.webclient).DownloadFile('https://www.foundationdb.org/downloads/6.2.11/windows/installers/foundationdb-6.2.11-x64.msi', 'c:\foundationdb.msi')
- ps: (new-object net.webclient).DownloadFile('https://www.foundationdb.org/downloads/6.2.28/windows/installers/foundationdb-6.2.28-x64.msi', 'c:\foundationdb.msi')
- ps: dir c:\foundationdb.msi
- ps: msiexec /i c:\foundationdb.msi /quiet /passive /norestart /log install.log | Out-Null
- set FOUNDATIONDB_INSTALL_PATH=C:\Program Files\foundationdb\
Expand Down

0 comments on commit 24d85b0

Please sign in to comment.