| 
     
      
      
      From: <asf...@us...> - 2015-06-07 17:13:30
      
     
   | 
Revision: 61738
          http://sourceforge.net/p/firebird/code/61738
Author:   asfernandes
Date:     2015-06-07 17:13:28 +0000 (Sun, 07 Jun 2015)
Log Message:
-----------
Add travis files on request of Egor.
Added Paths:
-----------
    firebird/trunk/.travis.yml
    firebird/trunk/README.md
Added: firebird/trunk/.travis.yml
===================================================================
--- firebird/trunk/.travis.yml	                        (rev 0)
+++ firebird/trunk/.travis.yml	2015-06-07 17:13:28 UTC (rev 61738)
@@ -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
Property changes on: firebird/trunk/.travis.yml
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: firebird/trunk/README.md
===================================================================
--- firebird/trunk/README.md	                        (rev 0)
+++ firebird/trunk/README.md	2015-06-07 17:13:28 UTC (rev 61738)
@@ -0,0 +1,6 @@
+# firebird
+Firebird git mirror
+
+CI test
+
+
Property changes on: firebird/trunk/README.md
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |