summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 0000000..b321962
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,15 @@
+trigger:
+- master
+
+jobs:
+- job: FuzzBuzz
+ displayName: FuzzBuzz
+
+ pool:
+ vmImage: 'ubuntu-latest'
+
+ steps:
+ - script: |
+ set -e
+ ./travis-ci/managers/fuzzbuzz.sh
+ displayName: 'This is where it gets darker'