Files
LearnGO/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/travis/cross_build.sh
T
2024-09-19 21:38:24 -04:00

6 lines
174 B
Bash

#!/bin/bash
if [[ "$TRAVIS_GO_VERSION" =~ ^1\.13\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$GO111MODULE" == "on" ]]; then
$(go env GOPATH)/bin/gox -build-lib
fi