8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/.travis.yml
Adriano dos Santos Fernandes 6a82720750 Build new branches in travis.
2019-03-14 15:50:43 -03:00

31 lines
502 B
YAML

language: cpp
notifications:
email: false
sudo: required
dist: xenial
branches:
except:
- B2_5_Release
- B2_1_Release
- B2_0_Release
- B1_5_Release
addons:
apt:
packages:
- libtool-bin
- libtommath0
- libtommath-dev
- libicu-dev
- zlib1g-dev
script:
- ./autogen.sh --enable-binreloc --with-builtin-tomcrypt --prefix=/opt/firebird
- make -j4
- make dist
- tar xzvf gen/Firebird-[0-9]*.tar.gz
- (cd Firebird-[0-9]*; sudo ./install.sh -silent)