Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

wagdav/kevlar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kevlar CI

Kevlar is an experimental CI/CD system.

Example

The example subdirectory contains a small project. Its build rules can be found in the configuration file. You can try running:

stack exec -- kevlar-example

Kevlar is self-hosting, that is it can build itself. Take a look at its own configuration file

Release

The release script requires some enviroment variables to be set. The command:

GITHUB_ACCESS_TOKEN=$(pass api/github.com/kevlar-deployment) VERSION=v0.0.2 kevlar publish

creates a draft release on Github.