d8f9061ad ^
04febee98 ^
1 2 3 4 5 6 7 8
9
10 11 12 13 14 15
#!/bin/bash export CC=gcc-4.9 export CXX=g++-4.9 export LOGFILE=cmake_gcc49.log source ./tools/ci/scripts/init.sh do_init run_cmake run_make source ./tools/ci/scripts/exit.sh exit 0