init test

This commit is contained in:
Nick 2021-05-21 17:04:04 -04:00
parent 8c19b96614
commit fea55e023a

View File

@ -5,7 +5,13 @@ docker:
jobs:
build_go:
script:
- echo 'test'
- mkdir -p /src
- wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz -O /tmp/go.tgz
- tar -xzvf /tmp/go.tgz -C/src
- cp /src/go/bin/go /bin/
test_go:
script:
- ls -l /bin/go
# email-zipper:
# image: docker.leffler.media/leffler.media/email-zipper
# env: