Skip to content
/ drone Public
forked from harness/harness

Fork of drone/drone with Wine and Msys2 support

License

Notifications You must be signed in to change notification settings

TeaCI/drone

This branch is 1692 commits behind harness/harness:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 19, 2016
Jun 12, 2016
May 10, 2016
Apr 21, 2016
Jun 14, 2016
May 23, 2016
Mar 30, 2016
Jun 17, 2016
Jun 15, 2016
May 11, 2016
Jun 14, 2016
Jun 14, 2016
Jun 15, 2016
May 3, 2016
May 11, 2016
Jun 15, 2016
Apr 23, 2016
May 11, 2016
May 23, 2016
May 13, 2016
Jun 11, 2016
May 26, 2016
May 26, 2016
May 26, 2016
May 26, 2016
Jun 3, 2016
May 26, 2016
May 26, 2016
May 26, 2016
Feb 7, 2014
Dec 9, 2015
May 26, 2016
May 3, 2016

Repository files navigation

Build Status Release Status Gitter

Drone is a Continuous Integration platform built on container technology. Every build is executed inside an ephemeral Docker container, giving developers complete control over their build environment with guaranteed isolation.

Goals

Drone's prime directive is to help teams ship code like GitHub. Drone is easy to install, setup and maintain and offers a powerful container-based plugin system. Drone aspires to be an industry-wide replacement for Jenkins.

Documentation

Drone documentation is organized into several categories:

Documentation for 0.5 (unstable)

If you are using the 0.5 unstable release (master branch) please see the updated documentation:

Community, Help

Contributions, questions, and comments are welcomed and encouraged. Drone developers hang out in the drone/drone room on gitter. We ask that you please post your questions to gitter before creating an issue.

Installation

Please see our installation guide to install the official Docker image.

From Source

Install build dependencies:

Clone the repository to your Go workspace:

git clone git://github.com/drone/drone.git $GOPATH/src/github.com/drone/drone
cd $GOPATH/src/github.com/drone/drone

Commands to build from source:

export GO15VENDOREXPERIMENT=1

make deps    # Download required dependencies
make gen     # Generate code
make build   # Build the binary

If you are having trouble building this project please reference its .drone.yml file. Everything you need to know about building Drone is defined in that file.

About

Fork of drone/drone with Wine and Msys2 support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 86.3%
  • CSS 8.3%
  • JavaScript 4.2%
  • Makefile 0.5%
  • Shell 0.3%
  • Standard ML 0.2%
  • Other 0.2%