8
0
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:
asfernandes 2015-06-07 17:13:28 +00:00
parent 674c9f925b
commit be1ce49c30
2 changed files with 23 additions and 0 deletions

17
.travis.yml Normal file
View 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

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# firebird
Firebird git mirror
CI test
![alt tag](https://travis-ci.org/egorpugin/firebird.svg?branch=master)