summaryrefslogtreecommitdiff
path: root/script/cibuild
diff options
context:
space:
mode:
Diffstat (limited to 'script/cibuild')
-rwxr-xr-xscript/cibuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/script/cibuild b/script/cibuild
new file mode 100755
index 0000000..d1c8c06
--- /dev/null
+++ b/script/cibuild
@@ -0,0 +1,9 @@
+#!/usr/bin/env sh
+
+set -e
+
+[ -z "${PUPPET_VERSION}" ] && script/bootstrap
+
+bundle exec rspec
+
+bundle exec puppet-lint --with-filename --fail-on-warnings manifests