Files
logrus/travis/cross_build.sh
T
2019-05-18 11:44:18 +02:00

6 lines
135 B
Bash
Executable File

#!/bin/bash
if [[ "$TRAVIS_GO_VERSION" =~ ^1.\12\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
/tmp/gox/gox -build-lib -all
fi