summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-20 17:54:51 +0100
committerMichael Adam <obnox@samba.org>2020-03-20 19:56:12 +0100
commit43b5d911066cf23f523781403646e9c6245dafc0 (patch)
tree80e9b87696f0fedbb91dc63e674b9f54be56e51a
parentd6cd5cc72950fc1ece2f28e83bcbe1cea30264f2 (diff)
downloadsamba-integration-43b5d911066cf23f523781403646e9c6245dafc0.tar.gz
samba-integration-43b5d911066cf23f523781403646e9c6245dafc0.tar.xz
samba-integration-43b5d911066cf23f523781403646e9c6245dafc0.zip
centos-ci: add Makefile
With a "test" target that will invoke the script so that it will run make test from the master branch. Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5e8a852
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: test
+
+test:
+ ghprbPullId='' ./samba-integration-centos-ci-tests.sh