diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:02:54 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:02:54 -0600 |
commit | 07a0bc701c76e0a374b0e024766343a90da29cf6 (patch) | |
tree | 4169ee0f6e9e2f5f98f449b6e3f35bbbf47562bf /.gitlab-ci.yml | |
parent | add testing build (diff) | |
download | args.hxx-07a0bc701c76e0a374b0e024766343a90da29cf6.tar.xz |
remove doxygenation from gitlab build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40e2a3b..67ee109 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,3 @@ -pages: - script: - - doxygen Doxyfile - artifacts: - paths: - - public - only: - - master tests: script: make runtests |