Skip to content

otiai10/cigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cigger - command line client to trigger CI service

Build Status

Usage

% cigger -s travis -p your/project

Installation

% go get -u github.com/otiai10/cigger

For more information, hit cigger --help

Usecase

Trigger another CI build after one, like this .travis.yml

language: go
go:
  - 1.8
before_script:
  # Get cigger beforehands
  - go get github.com/otiai10/cigger
script:
  # Run the tests of your project
  - go test -v
after_script:
  # Trigger build of another project via `cigger`
  - cigger -s travis -p otiai10/yacle -t ${TRAVIS_API_TOKEN}

About

Command line client to Trigger CI services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages