Browse Source

Play with config file for build bot

Panagiotis Christopoulos Charitos 10 years ago
parent
commit
7d05c3543c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -10,9 +10,14 @@ addons:
       - g++-4.8
       - cmake
 
+env:
+  - CC=gcc-4.8
+  - CXX=g++4.8
+
 script:
   - cd build
   - cmake .. -DANKI_BUILD_TOOLS=OFF
+  - make -j 2
 
 branches:
   only: