# NOTE: The generated docs are incomplete - they don't contain code behind SVQC CSQC MENUQC GAMEQC ifdefs.\r
# With them added to PREDEFINED, it would take over half an hour to generate the docs and even then\r
# they might not be complete. Doxygen doesn't handle #elif and might not understand some QC definitions.\r
-doxygen: # rename to 'pages' when gitlab.com allows pages to exceed 100MiB\r
- before_script:\r
- - ln -s $PWD data/xonotic-data.pk3dir # is this needed?\r
- - apt-get update\r
- - apt-get -y install doxygen graphviz\r
- stage: deploy\r
- script:\r
- - cd qcsrc && doxygen\r
- - mv html ../public\r
- - mkdir -p ~/.ssh\r
- - for i in {0..0}; do eval $(printf "echo \$id_rsa_%02d\n" $i) >> ~/.ssh/id_rsa_base64; done\r
- - base64 --decode ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa\r
- - chmod 600 ~/.ssh/id_rsa\r
- - echo -e "Host *\n\tStrictHostKeyChecking no\n\tLogLevel ERROR\n" >> ~/.ssh/config\r
- - git config --global user.name "Gitlab CI"\r
- - git config --global user.email "<>"\r
- - git clone --single-branch --depth 1 ${DEPLOY_HOST}:${DEPLOY_REPO} ~/deploy_\r
- - mkdir ~/deploy && mv ~/deploy_/.git ~/deploy && rm -r ~/deploy_\r
- - cp -r ../public/* ~/deploy\r
- - cd ~/deploy && git add -A . && git commit -m "Deploy ${CI_BUILD_REF}" && git push origin gh-pages\r
- artifacts:\r
- paths:\r
- - public\r
- only:\r
- - master\r
+#doxygen: # rename to 'pages' when gitlab.com allows pages to exceed 100MiB\r
+# before_script:\r
+# - ln -s $PWD data/xonotic-data.pk3dir # is this needed?\r
+# - apt-get update\r
+# - apt-get -y install doxygen graphviz\r
+# stage: deploy\r
+# script:\r
+# - cd qcsrc && doxygen\r
+# - mv html ../public\r
+# - mkdir -p ~/.ssh\r
+# - for i in {0..0}; do eval $(printf "echo \$id_rsa_%02d\n" $i) >> ~/.ssh/id_rsa_base64; done\r
+# - base64 --decode ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa\r
+# - chmod 600 ~/.ssh/id_rsa\r
+# - echo -e "Host *\n\tStrictHostKeyChecking no\n\tLogLevel ERROR\n" >> ~/.ssh/config\r
+# - git config --global user.name "Gitlab CI"\r
+# - git config --global user.email "<>"\r
+# - git clone --single-branch --depth 1 ${DEPLOY_HOST}:${DEPLOY_REPO} ~/deploy_\r
+# - mkdir ~/deploy && mv ~/deploy_/.git ~/deploy && rm -r ~/deploy_\r
+# - cp -r ../public/* ~/deploy\r
+# - cd ~/deploy && git add -A . && git commit -m "Deploy ${CI_BUILD_REF}" && git push origin gh-pages\r
+# artifacts:\r
+# paths:\r
+# - public\r
+# only:\r
+# - master\r