mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
updated travis homebrew build script
This commit is contained in:
parent
3522bea042
commit
c8fb950ae8
@ -89,12 +89,8 @@ jobs:
|
|||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
update: true
|
update: true
|
||||||
taps: pdf2htmlEX/homebrew-brewTap
|
|
||||||
packages:
|
|
||||||
- pdf2htmlex-new
|
|
||||||
script:
|
script:
|
||||||
- pwd
|
- ./buildScripts/travisHomeBrewDoItAll
|
||||||
- ls
|
|
||||||
- pdf2htmlEX --version
|
- pdf2htmlEX --version
|
||||||
# - stage: test
|
# - stage: test
|
||||||
# os:
|
# os:
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
# This bash script builds everyting on an TravisCI Mac OSx worker
|
# This bash script builds everyting on an TravisCI Mac OSx worker
|
||||||
|
|
||||||
|
# See:
|
||||||
|
# https://docs.travis-ci.com/user/installing-dependencies/#using-homebrew-without-addon-on-older-macos-images
|
||||||
|
# For details on obtaining/using the correct ruby version for homebrew.
|
||||||
|
|
||||||
rvm use 2.6 --install --binary
|
rvm use 2.6 --install --binary
|
||||||
brew tap pdf2htmlEX/homebrew-brewTap
|
brew tap pdf2htmlEX/homebrew-brewTap
|
||||||
brew update
|
brew update
|
14
buildScripts/travisLinuxBrewDoItAll
Executable file
14
buildScripts/travisLinuxBrewDoItAll
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This bash script builds everyting on an TravisCI Mac OSx worker
|
||||||
|
|
||||||
|
# See:
|
||||||
|
# https://docs.travis-ci.com/user/installing-dependencies/#using-homebrew-without-addon-on-older-macos-images
|
||||||
|
# For details on obtaining/using the correct ruby version for homebrew.
|
||||||
|
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install gcc-5 # many of the linuxBrew bottles are compiled with gcc-5
|
||||||
|
|
||||||
|
brew tap pdf2htmlEX/homebrew-brewTap
|
||||||
|
brew update
|
||||||
|
brew install pdf2htmlex-new -s --cc=gcc-5
|
Loading…
Reference in New Issue
Block a user