1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

retry osx travis build

This commit is contained in:
Stephen Gaito 2019-12-03 19:39:47 +00:00
parent 385108fceb
commit a45238f91f

View File

@ -48,10 +48,10 @@ env:
# - liblcms2-dev # - liblcms2-dev
# - libxml2-dev # - libxml2-dev
# - libuninameslist-dev # - libuninameslist-dev
homebrew: # homebrew:
taps: pdf2htmlEX/homebrew-brewTap # taps: pdf2htmlEX/homebrew-brewTap
packages: # packages:
- pdf2html-new # - pdf2html-new
# - autoconf # - autoconf
# - pkg-config # - pkg-config
# - git # - git
@ -82,14 +82,17 @@ matrix:
jobs: jobs:
include: include:
- stage: build-linux # - stage: build-linux
os: # os:
- linux # - linux
dist: bionic # dist: bionic
script: ./buildScripts/doItAllTravis # script: ./buildScripts/doItAllTravis
- stage: build-osx - stage: build-osx
os: os:
- osx - osx
script:
- brew tap pdf2htmlEX/homebrew-brewTaps
- brew install pdf2htmlex-new
# - stage: test # - stage: test
# os: # os:
# - linux # - linux