File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ before_install:
31
31
if [[ "$DB" == "Firebird" ]]
32
32
then
33
33
sudo apt-get install -y libicu-dev libtommath-dev curl
34
- curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_3 /Firebird-3.0.3.32900 -0.amd64.tar.gz
35
- tar xzvf Firebird-3.0.3.32900 -0.amd64.tar.gz
36
- pushd Firebird-3.0.3.32900 -0.amd64
34
+ curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5 /Firebird-3.0.5.33220 -0.amd64.tar.gz
35
+ tar xzvf Firebird-3.0.5.33220 -0.amd64.tar.gz
36
+ pushd Firebird-3.0.5.33220 -0.amd64
37
37
sudo ./install.sh -silent
38
38
popd
39
39
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ before_test:
25
25
# Install Firebird
26
26
New-Item -ItemType Directory -Force $FireBirdPath > $null
27
27
Push-Location $FireBirdPath
28
- Invoke-WebRequest 'https://github.com/FirebirdSQL/firebird/releases/download/R3_0_3 /Firebird-3.0.3.32900 -0_x64.zip' -OutFile firebird.zip
28
+ Invoke-WebRequest 'https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5 /Firebird-3.0.5.33220 -0_x64.zip' -OutFile firebird.zip
29
29
Unblock-File firebird.zip
30
30
7z x firebird.zip
31
31
New-Item -ItemType Directory -Force Data
You can’t perform that action at this time.
0 commit comments