Browse Source

travis CI

ithewei 6 năm trước cách đây
mục cha
commit
2e7c35783b
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      .travis.yml

+ 12 - 0
.travis.yml

@@ -0,0 +1,12 @@
+language: c++
+
+compiler: gcc
+
+os:
+    - linux
+    - windows
+    - osx
+
+script:
+    - make unittest
+    - make all