mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 00:35:02 -05:00
Build xeps container on CI
This commit is contained in:
parent
e8d49ee6ed
commit
a4f01fabf3
12
.travis.yml
12
.travis.yml
@ -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 .
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user