add test for 'full' docker image build

This commit is contained in:
Alvin Huang 2020-06-17 09:53:21 -04:00
parent 4add3a063f
commit 9b41578d83
1 changed files with 17 additions and 0 deletions

View File

@ -165,6 +165,16 @@ jobs:
XC_OS: "freebsd linux"
XC_ARCH: "arm"
test-docker-full:
executor:
name: go
steps:
- checkout
- setup_remote_docker
- run:
name: test docker build for 'full' image
command: docker build -t test-docker-full .
workflows:
version: 2
test:
@ -180,6 +190,13 @@ workflows:
requires:
- go-test
- go-test-e2e
- test-docker-full:
filters:
branches:
only:
- master
- /^v\d+\.\d+$/ # v0.11, v0.12, etc.
build-distros:
jobs:
- build-386