blob: 5c626258787516c1117dd5d9c461672b53f24de9 [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/test.sh