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:
|
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 .
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user