issues
search
ssdug
/
CVPZ
GNU General Public License v3.0
16
stars
18
forks
source link
Travis CI
#39
Closed
NotMyself
closed
7 years ago
NotMyself
commented
7 years ago
Travis CI build does the following:
pulls the following docker images
alexsuch/angular-cli:latest - build image for angular cli
microsoft/aspnetcore-build:1.0-1.1 - build image for .net core services
microsoft/aspnetcore:1.1 - base image for .net core services
nginx:latest - base image for node webui
Executes the ci-build-netcore build
Executes the ci-build-angular build
stands up the application in docker
curls each end point successfully
Travis CI build does the following: