[Git][NTPsec/ntpsec][master] Re-enable Gitlab CI "pages" job to build docs.ntpsec.org

Matt Selsky gitlab at mg.gitlab.com
Tue Jun 19 02:19:32 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
36eec9f4 by Matt Selsky at 2018-06-19T01:42:47Z
Re-enable Gitlab CI "pages" job to build docs.ntpsec.org

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,19 +1,20 @@
-#pages:
-#  stage: deploy
-#  script:
-#    - apt-get update -qq && apt-get install -y -qq bison python-dev asciidoc
-#    - python ./waf configure --enable-doc --prefix=/tmp/docbot-local --htmldir=`pwd`/public/latest/ build install
-#    - cp www/favicon.ico `pwd`/public
-#    - cp docs/top.html.in `pwd`/public/index.html
-#    - cp docs/top-asciidoc.css `pwd`/public/asciidoc.css
-#  allow_failure: true
-#  artifacts:
-#    paths:
-#      - public
-##  only:
-##    - master
-#  tags:
-#    - gitlab-org
+pages:
+  stage: build
+  image: alpine
+  script:
+    - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev asciidoc
+    - python ./waf configure --enable-doc --prefix=/tmp/docbot-local --htmldir=`pwd`/public/latest/ build install
+    - cp www/favicon.ico `pwd`/public
+    - cp docs/top.html.in `pwd`/public/index.html
+    - cp docs/top-asciidoc.css `pwd`/public/asciidoc.css
+  allow_failure: true
+  artifacts:
+    paths:
+       - public
+  only:
+    - master
+  tags:
+    - gitlab-org
 
 #codequality:
 #  stage: test



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/36eec9f49a30f6cdc3560ec4d7cce8c60bf21ff8

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/36eec9f49a30f6cdc3560ec4d7cce8c60bf21ff8
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180619/d0b6ff25/attachment.html>


More information about the vc mailing list