blob: 6883b435b4fe1513c02626b15d217e1985f541a4 [file] [log] [blame]
#!/bin/bash
export PATH=$PATH:/root/bin
which gcc
gcc --version
which g++
g++ --version
which python
python --version
cd /heron && USER=abc scripts/travis/build.sh