mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
[ci] Switch to Ubuntu 14.04.
This commit is contained in:
parent
43ed888aa2
commit
772f22e2f0
@ -4,6 +4,7 @@ notifications:
|
||||
email: false
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
branches:
|
||||
only:
|
||||
@ -12,14 +13,15 @@ branches:
|
||||
install:
|
||||
- wget --no-check-certificate https://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
|
||||
- sudo sh cmake-3.2.3-Linux-x86_64.sh --skip-license --prefix=/usr
|
||||
- sudo apt-get install libtommath0 libtommath-dev
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y libtommath0 libtommath-dev
|
||||
- sudo python -m pip install Mako fdb
|
||||
- svn co http://svn.code.sf.net/p/firebird/code/qa/fbtest/trunk/ fbtest
|
||||
- svn co http://svn.code.sf.net/p/firebird/code/qa/fbt-repository/trunk/ fbtest/fbt
|
||||
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- make
|
||||
- make -j2
|
||||
- sudo echo `pwd`/gen/Release/firebird/lib | sudo tee --append /etc/ld.so.conf
|
||||
- sudo ldconfig
|
||||
- sudo ./gen/Release/firebird/bin/gsec -add sysdba -pw masterkey
|
||||
|
Loading…
Reference in New Issue
Block a user