Build xeps container on CI

This commit is contained in:
Sam Whited 2017-08-17 18:13:43 -05:00
parent e8d49ee6ed
commit a4f01fabf3
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
addons: sudo: required
apt: services:
packages: - docker
- xsltproc before_install:
- libxml2-utils - docker pull xmppxsf/xeps-base
script: script:
- make all - docker build -t xmppxsf/xeps .

View File

@ -1,5 +1,5 @@
# Builds all XEPs by default, HTML & PDF # Builds all XEPs by default, HTML & PDF
# docker build . --build-arg NCORES=X --build-arg TARGETS="target1 target2" # docker build . --build-arg NCORES=X --build-arg TARGETS="html pdf"
# from Dockerfile.base # from Dockerfile.base
FROM xmppxsf/xeps-base:latest FROM xmppxsf/xeps-base:latest