File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial
1
+ dist : bionic
2
2
language : csharp
3
3
mono : none
4
4
dotnet : 2.1.300
14
14
- DB=SQLite
15
15
before_install :
16
16
- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
17
- - curl https://packages.microsoft.com/config/ubuntu/14 .04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
17
+ - curl https://packages.microsoft.com/config/ubuntu/18 .04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
18
18
- sudo apt-get update -qq
19
19
- sudo apt-get install -y powershell
20
20
- |-
21
21
if [[ "$DB" == "MySQL" ]]
22
22
then
23
- mysql -e "SHOW VARIABLES LIKE 'collation\_%';"
24
23
echo -e '[server]\nlower_case_table_names=1\n[mysqld]\ncharacter-set-server=utf8\ncollation-server=utf8_general_ci' | sudo tee -a /etc/mysql/my.cnf
25
24
sudo service mysql restart
26
25
fi
27
26
- |-
28
27
if [[ "$DB" == "Firebird" ]]
29
28
then
30
29
sudo apt-get install -y libicu-dev libtommath-dev
31
- wget -q https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
30
+ sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
31
+ curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
32
32
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
33
33
pushd Firebird-3.0.5.33220-0.amd64
34
34
sudo ./install.sh -silent
You can’t perform that action at this time.
0 commit comments