[Groonga-mysql-commit] mroonga/mroonga at 45fbec7 [master] travis: check __ATOMIC_SEQ_CST availability

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 15:46:42 JST 2015


Kouhei Sutou	2015-06-21 15:46:42 +0900 (Sun, 21 Jun 2015)

  New Revision: 45fbec7d74056ef7e964e2798fbb878589615cf0
  https://github.com/mroonga/mroonga/commit/45fbec7d74056ef7e964e2798fbb878589615cf0

  Message:
    travis: check __ATOMIC_SEQ_CST availability

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+1 -1)
===================================================================
--- tools/travis/script.sh    2015-06-21 15:42:43 +0900 (61af756)
+++ tools/travis/script.sh    2015-06-21 15:46:42 +0900 (94c3e22)
@@ -127,6 +127,6 @@ run_sql_test()
   fi
 }
 
-build || (ls -lat /var/log/; false)
+build || (ls -lat /var/log/; echo 'int main(void){return __ATOMIC_SEQ_CST}' > a.cpp; g++ -E a.cpp; false)
 # run_unit_test
 run_sql_test
-------------- next part --------------
HTML����������������������������...
Download 



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