Explorar o código

TravisCI: support osx build

Chocobo1 %!s(int64=10) %!d(string=hai) anos
pai
achega
87a8e71c20
Modificáronse 1 ficheiros con 11 adicións e 4 borrados
  1. 11 4
      .travis.yml

+ 11 - 4
.travis.yml

@@ -1,8 +1,15 @@
 language: cpp
-compiler: 
+
+os:
+  - linux
+  - osx
+
+compiler:
   - g++
   - clang
-os: linux
 
-before_script: cmake . 
-script: make && ./xmltest
+before_script: cmake .
+
+script:
+  - make -j3
+  - ./xmltest