Build docker images during testing/packaging.

This commit is contained in:
Brad Warren 2020-08-12 15:11:31 -07:00
parent f93b90f87a
commit 90091c557d

View file

@ -1,4 +1,13 @@
jobs:
- job: docker_build
pool:
vmImage: ubuntu-18.04
steps:
- bash: |
docker images
tools/docker/build.sh nightly
docker images
displayName: Build the Docker images
- job: installer_build
pool:
vmImage: vs2017-win2016