commit f1dcd278b004d2c0daf85c43a339a01bed7b73a3 Author: Adrian Malacoda Date: Sat Dec 19 20:02:15 2020 -0600 initial commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f1085cd --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +pipeline: + build: + image: debian + commands: + - echo "This is the build step" + a-test-step: + image: debian + commands: + - echo "Testing.."