mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Add travis files on request of Egor.
This commit is contained in:
parent
674c9f925b
commit
be1ce49c30
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cmake -H. -Bbuild
|
||||||
|
- cd build
|
||||||
|
- make
|
||||||
|
#- ./autogen.sh
|
||||||
|
#- make
|
Loading…
Reference in New Issue
Block a user