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:
apt:
packages:
- xsltproc
- libxml2-utils
sudo: required
services:
- docker
before_install:
- docker pull xmppxsf/xeps-base
script:
- make all
- docker build -t xmppxsf/xeps .

View File

@ -1,5 +1,5 @@
# 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 xmppxsf/xeps-base:latest