blob: b7b0722c79f8bc6d176ea62d29f5d7ef92af214d [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/ci.sh