]> granicus.if.org Git - apache-authnz-external/commitdiff
Travis-CI build instructions
authorMicah Andersen <micah@bimi.org>
Mon, 22 Jul 2019 13:42:40 +0000 (09:42 -0400)
committerMicah Andersen <micah@bimi.org>
Mon, 22 Jul 2019 13:42:40 +0000 (09:42 -0400)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..a486d1c
--- /dev/null
@@ -0,0 +1,12 @@
+language: c
+
+addons:
+  apt:
+    packages:
+      - apache2
+      - apache2-dev
+
+before_install:
+  - cd mod_authnz_external
+
+script: make && sudo make install
\ No newline at end of file