From: Micah Andersen Date: Mon, 22 Jul 2019 13:42:40 +0000 (-0400) Subject: Travis-CI build instructions X-Git-Tag: mod_authnz_external-3.3.3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df2ae1739ffa8ed66c71bc1a371066035ea83219;p=apache-authnz-external Travis-CI build instructions --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a486d1c --- /dev/null +++ b/.travis.yml @@ -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