mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
refactored travis build scripts for linux and osx work
This commit is contained in:
parent
96fd4c90d6
commit
39b667404b
@ -82,7 +82,7 @@ jobs:
|
||||
# services:
|
||||
# - docker
|
||||
# dist: bionic
|
||||
# script: ./buildScripts/doItAllTravis
|
||||
# script: ./buildScripts/travisLinuxDoItAll
|
||||
- stage: build-osx
|
||||
os:
|
||||
- osx
|
||||
@ -95,6 +95,7 @@ jobs:
|
||||
script:
|
||||
- pwd
|
||||
- ls
|
||||
- pdf2htmlEX --version
|
||||
# - stage: test
|
||||
# os:
|
||||
# - linux
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This bash script builds everyting on an TravisCI worker
|
||||
# This bash script builds everyting on an TravisCI Linux (Ubunutu) worker
|
||||
|
||||
export UNATTENDED="--assume-yes"
|
||||
export MAKE_PARALLEL="-j $(nproc)"
|
9
buildScripts/travisOsxDoItAll
Normal file
9
buildScripts/travisOsxDoItAll
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This bash script builds everyting on an TravisCI Mac OSx worker
|
||||
|
||||
rvm use 2.6 --install --binary
|
||||
brew tap pdf2htmlEX/homebrew-brewTap
|
||||
brew update
|
||||
brew install pdf2htmlex-new
|
||||
rvm use $TRAVIS_RUBY_VERSION # optionally, switch back to the Ruby version you need.
|
Loading…
Reference in New Issue
Block a user