Newer
Older
pokemon-go-trade / vendor / github.com / sirupsen / logrus / travis / cross_build.sh
Simon Lindgren on 12 Feb 2021 135 bytes first commit
#!/bin/bash

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