mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
retry osx travis build 1
This commit is contained in:
parent
a45238f91f
commit
e022417d67
18
.travis.yml
18
.travis.yml
@ -8,20 +8,12 @@ sudo: true
|
|||||||
# and https://docs.travis-ci.com/user/reference/windows/
|
# 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
|
# why fuse is not possible on windows: https://superuser.com/questions/179436/is-it-possible-to-use-fuse-with-windows
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except: # do not build tags that we create using the upload.sh script
|
except: # do not build tags that we create using the upload.sh script
|
||||||
- /^(?i:continuous.*)$/
|
- /^(?i:continuous.*)$/
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- DOCKER_FROM="ubuntu:18.04"
|
|
||||||
|
|
||||||
#addons:
|
|
||||||
# apt:
|
# apt:
|
||||||
# update: true
|
# update: true
|
||||||
# packages:
|
# packages:
|
||||||
@ -49,7 +41,6 @@ env:
|
|||||||
# - libxml2-dev
|
# - libxml2-dev
|
||||||
# - libuninameslist-dev
|
# - libuninameslist-dev
|
||||||
# homebrew:
|
# homebrew:
|
||||||
# taps: pdf2htmlEX/homebrew-brewTap
|
|
||||||
# packages:
|
# packages:
|
||||||
# - pdf2html-new
|
# - pdf2html-new
|
||||||
# - autoconf
|
# - autoconf
|
||||||
@ -85,13 +76,20 @@ jobs:
|
|||||||
# - stage: build-linux
|
# - stage: build-linux
|
||||||
# os:
|
# os:
|
||||||
# - linux
|
# - linux
|
||||||
|
# env:
|
||||||
|
# global:
|
||||||
|
# - DOCKER_FROM="ubuntu:18.04"
|
||||||
|
# services:
|
||||||
|
# - docker
|
||||||
# dist: bionic
|
# dist: bionic
|
||||||
# script: ./buildScripts/doItAllTravis
|
# script: ./buildScripts/doItAllTravis
|
||||||
- stage: build-osx
|
- stage: build-osx
|
||||||
os:
|
os:
|
||||||
- osx
|
- osx
|
||||||
|
addons:
|
||||||
|
homebrew:
|
||||||
|
taps: pdf2htmlEX/homebrew-brewTap
|
||||||
script:
|
script:
|
||||||
- brew tap pdf2htmlEX/homebrew-brewTaps
|
|
||||||
- brew install pdf2htmlex-new
|
- brew install pdf2htmlex-new
|
||||||
# - stage: test
|
# - stage: test
|
||||||
# os:
|
# os:
|
||||||
|
Loading…
Reference in New Issue
Block a user