aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-05 14:29:20 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-05 14:29:20 -0600
commit90443c8d4e5e71968d04f68ec1d1d494e1f37508 (patch)
tree4fa6c2fbea7f031960605d7e7f0f34bf90a074fb /.gitlab-ci.yml
parentadd Doxyfile (diff)
downloadargs.hxx-90443c8d4e5e71968d04f68ec1d1d494e1f37508.tar.xz
set up Doxygen to actually run and build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..89cfef6
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+pages:
+ script:
+ - doxygen Doxyfile
+ artifacts:
+ paths:
+ - public
+ only:
+ - master