Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

drone/drone-yaml-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The drone-yaml-v1 package provides a parser, linter and compiler for version 1 of the drone configuration file. The compiler converts the yaml configuration file to an intermediate representation suitable for drone-runtime execution.

Compile the yaml configuration file to the intermediate representation:

drone-yaml samples/1_simple.yml samples/1_simple.json

Execute the intermediate representation using the runtime tools:

drone-runtime samples/1_simple.json