This is a swimple Swift project to observe the Drone Continuous Delivery platform in action.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthias Neeracher 7a9535bdfe Add initial source code, with passing test 4 years ago
Sources/drone-tutorial-swift Add initial source code, with passing test 4 years ago
Tests Add initial source code, with passing test 4 years ago
.drone.yml Add initial source code, with passing test 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
Package.swift Add initial source code, with passing test 4 years ago
README.md Add initial source code, with passing test 4 years ago

README.md

Drone Tutorial: Swift

This is a swimple Swift project to observe the Drone Continuous Delivery platform in action.

Usage

  • Clone this project
  • Set up a corresponding project on the Drone-equipped Git platform you want to try.
  • Push the master branch to your own project.
  • Log into drone. You should see a build getting created and succeeding.
  • Push the bad_test branch to your own project.
  • You should see a drone build getting created, and failing in the test stage.

License

This is CC0 licensed. Adapt it to whatever purpose you want. Have fun.

microtherion@gmail.com 2019-02-02