re-enable full build

This commit is contained in:
Fabio Barone 2020-05-18 14:50:13 -05:00
parent 385b375edb
commit b84506ee6e
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
set -ev
go get -d -v github.com/ava-labs/gecko/...
go get -d -t -v github.com/ava-labs/gecko/...
cd $GOPATH/src/github.com/ava-labs/gecko
# ./scripts/build_test.sh
./scripts/build_test.sh
./scripts/build.sh

View File

@ -4,8 +4,8 @@ go:
jobs:
include:
#- os: linux
# dist: bionic
- os: linux
dist: bionic
- os: osx
osx_image: xcode11.4
services:
@ -22,7 +22,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .ci/before_install_linux.sh; fi
install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then DOCKER_BUILDKIT=1 docker build --progress plain -t $DOCKERHUB_REPO:$COMMIT; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then DOCKER_BUILDKIT=1 docker build --progress plain -t $DOCKERHUB_REPO:$COMMIT . ; fi
script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then .ci/runscript_osx.sh; fi