Skip to content

louiscklaw/travis-playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis tryout playlist

awesome ci

https://github.com/ligurio/awesome-ci

travis dashboard

local development

$ ./scripts/dev_dashboard.sh

publish pages(run by travis)

$ python3 publish_dashboard.py

build dashboard

https://louiscklaw.github.io/travis-playlist/project/travis-dashboard/

build status

Build Status

travis build address

https://travis-ci.org/louiscklaw/travis-playlist

if you want to run travis build locally

instance: travis-job-cb15e1b9-976a-4c9d-8f4e-c4f1a52da40a travis-ci-sardonyx-xenial-1553530528-f909ac5

travis-ci-sardonyx-xenial-1553530528-f909ac5

BUILDID="build-$RANDOM"
INSTANCE="travisci/ci-garnet:packer-1512502276-986baf0"

docker run --name $BUILDID -dit $INSTANCE /sbin/init
docker exec -it $BUILDID bash -l

# Now you are now inside your Travis environment. Run su - travis to begin.