Skip to content

Commit 1d3b548

Browse files
authored
Use Firebird from PPA
1 parent 6a7cf89 commit 1d3b548

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
group: edge
2-
dist: bionic
1+
dist: xenial
32
language: csharp
43
mono: none
54
dotnet: 2.1.300
@@ -25,13 +24,9 @@ before_install:
2524
- |-
2625
if [[ "$DB" == "Firebird" ]]
2726
then
28-
sudo apt-get install -y libicu-dev libtommath-dev
29-
sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
30-
curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
31-
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
32-
pushd Firebird-3.0.5.33220-0.amd64
33-
sudo ./install.sh -silent
34-
popd
27+
sudo add-apt-repository ppa:mapopa/firebird3.0
28+
sudo apt-get update -qq
29+
sudo apt-get install -y libicu-dev libtommath-dev firebird3.0
3530
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
3631
sudo chmod 775 /tmp/firebird
3732
echo -e "nhibernate = /tmp/firebird/nhibernate.fdb" | sudo tee -a /opt/firebird/databases.conf

0 commit comments

Comments
 (0)