File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- dist : focal
1
+ dist : xenial
2
2
language : csharp
3
3
mono : none
4
4
dotnet : 2.1.300
@@ -24,13 +24,13 @@ before_install:
24
24
- |-
25
25
if [[ "$DB" == "Firebird" ]]
26
26
then
27
- sudo apt-get install -y libicu-dev libtommath-dev
28
- sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
29
- curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
30
- tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
31
- pushd Firebird-3.0.5.33220-0.amd64
32
- sudo ./install.sh -silent
33
- popd
27
+ sudo apt-get install -y libicu-dev libtommath-dev firebird3.0-server
28
+ # sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
29
+ # curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
30
+ # tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
31
+ # pushd Firebird-3.0.5.33220-0.amd64
32
+ # sudo ./install.sh -silent
33
+ # popd
34
34
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
35
35
sudo chmod 775 /tmp/firebird
36
36
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