File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
- group : edge
2
- dist : bionic
1
+ dist : xenial
3
2
language : csharp
4
3
mono : none
5
4
dotnet : 2.1.300
@@ -25,13 +24,9 @@ before_install:
25
24
- |-
26
25
if [[ "$DB" == "Firebird" ]]
27
26
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
35
30
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
36
31
sudo chmod 775 /tmp/firebird
37
32
echo -e "nhibernate = /tmp/firebird/nhibernate.fdb" | sudo tee -a /opt/firebird/databases.conf
You can’t perform that action at this time.
0 commit comments