Explorar el Código

Also use g++-4.8

Thomas Buck hace 10 años
padre
commit
c7adc02464
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml Ver fichero

@@ -18,6 +18,7 @@ install:
18 18
 
19 19
 before_script:
20 20
     - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi
21
+    - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
21 22
 
22 23
 script:
23 24
     - (mkdir build && cd build && cmake .. && make)

Loading…
Cancelar
Guardar