2
0
Эх сурвалжийг харах

- try out a .travis.yml for use with the travis CI service.

Alexander Gessler 12 жил өмнө
parent
commit
0a1f844d92
1 өөрчлөгдсөн 12 нэмэгдсэн , 0 устгасан
  1. 12 0
      .travis.yml

+ 12 - 0
.travis.yml

@@ -0,0 +1,12 @@
+before_install:
+  - sudo apt-get install cmake
+
+before_script:
+  - cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
+
+language: cpp
+compiler:
+  - gcc
+  - clang
+script: ./configure && make
+