mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
16 lines
303 B
YAML
16 lines
303 B
YAML
language: cpp
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
sudo: required
|
|
|
|
before_install:
|
|
- wget http://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
|
|
|
|
script:
|
|
- ./autogen.sh
|
|
- make
|