[Groonga-commit] pgroonga/pgroonga at e1e4f00 [master] travis: enable

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 18 23:15:53 JST 2015


Kouhei Sutou	2015-01-18 23:15:53 +0900 (Sun, 18 Jan 2015)

  New Revision: e1e4f00b9406e8da259cdffcd351056d4a98c19b
  https://github.com/pgroonga/pgroonga/commit/e1e4f00b9406e8da259cdffcd351056d4a98c19b

  Message:
    travis: enable

  Added files:
    .travis.yml

  Added: .travis.yml (+18 -0) 100644
===================================================================
--- /dev/null
+++ .travis.yml    2015-01-18 23:15:53 +0900 (1e73969)
@@ -0,0 +1,18 @@
+notifications:
+  recipients:
+    - groonga-commit �� lists.sourceforge.jp
+language: c
+compiler:
+  - gcc
+  - clang
+# env:
+#   - GROONGA_MASTER=yes
+install:
+  - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
+  - sudo apt-get install -qq -y postgresql-server-dev-all
+  - sudo -u postgres -H createuser --superuser $USER
+before_script:
+  - make DEBUG=1
+  - sudo make install
+script:
+  - make installcheck
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index