mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
corrected travis 9
This commit is contained in:
parent
ca690632e9
commit
dd449967bd
@ -5,6 +5,13 @@ sudo: true
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
# - osx
|
# - osx
|
||||||
|
# - windows
|
||||||
|
|
||||||
|
# for windows *test* of AppImage
|
||||||
|
# see https://docs.travis-ci.com/user/build-matrix/#using-different-programming-languages-per-job
|
||||||
|
# and https://discourse.appimage.org/t/run-appimage-on-windows/177
|
||||||
|
# and https://docs.travis-ci.com/user/reference/windows/
|
||||||
|
# why fuse is not possible on windows: https://superuser.com/questions/179436/is-it-possible-to-use-fuse-with-windows
|
||||||
|
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@ sudo apt-get $UNATTENDED install \
|
|||||||
liblcms2-dev \
|
liblcms2-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libuninameslist-dev \
|
libuninameslist-dev \
|
||||||
python-dev
|
libpython-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user