8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

[ci] Use default build system until cmake is fixed.

This commit is contained in:
egorpugin 2015-06-07 18:11:01 +00:00
parent 6f2609bcdf
commit 52a81cdd34

View File

@ -8,10 +8,8 @@ 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:
- cmake -H. -Bbuild
- cd build
- ./autogen.sh
- make
#- ./autogen.sh
#- make