From 90443c8d4e5e71968d04f68ec1d1d494e1f37508 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Thu, 5 May 2016 14:29:20 -0600 Subject: set up Doxygen to actually run and build --- .gitlab-ci.yml | 8 ++++++++ Doxyfile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitlab-ci.yml 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 diff --git a/Doxyfile b/Doxyfile index b277cd9..d3de7e3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1054,7 +1054,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = html +HTML_OUTPUT = public # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). -- cgit v1.2.1