blob: 80113d3915f81cf5b8075c18517cb321de58cff5 [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 applatix