Browse Source

Play with config file for build bot

Panagiotis Christopoulos Charitos 10 years ago
parent
commit
4c2de5fbb6
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -10,12 +10,9 @@ addons:
       - g++-4.8
       - g++-4.8
       - cmake
       - cmake
 
 
-install:
-  - export CC=gcc-4.8 && export CXX=g++4.8
-
 script:
 script:
   - cd build
   - cd build
-  - cmake .. -DANKI_BUILD_TOOLS=OFF
+  - cmake .. -DANKI_BUILD_TOOLS=OFF -DCMAKE_CXX_COMPILER=`which g++4.8` -DCMAKE_C_COMPILER=`which gcc-4.8`
   - make -j 2
   - make -j 2
 
 
 branches:
 branches: