File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ services:
7
7
- postgresql
8
8
- docker
9
9
env :
10
- # - DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
11
- # - DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
10
+ - DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
11
+ - DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
12
12
- DB=Firebird
13
- # - DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
14
- # - DB=SQLite
13
+ - DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
14
+ - DB=SQLite
15
15
before_install :
16
16
- sudo apt-get update -qq
17
17
- sudo apt-get install -y powershell
@@ -25,7 +25,8 @@ before_install:
25
25
if [[ "$DB" == "Firebird" ]]
26
26
then
27
27
sudo apt-get install -y libtommath-dev
28
- #sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0 #This would be required on bionic and above
28
+ # This would be required on bionic and above
29
+ # sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
29
30
wget -q https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
30
31
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
31
32
pushd Firebird-3.0.5.33220-0.amd64
You can’t perform that action at this time.
0 commit comments