build on osx using homebrew

This commit is contained in:
Stephen Gaito 2019-12-03 18:36:56 +00:00
parent 75f8a94d70
commit b0c06bcfff
2 changed files with 27 additions and 21 deletions

View File

@ -2,7 +2,6 @@ language: cpp
sudo: true
# 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
@ -45,8 +44,10 @@ branches:
# - liblcms2-dev
# - libxml2-dev
# - libuninameslist-dev
# homebrew:
# packages:
homebrew:
taps: pdf2htmlEX/homebrew-brewTap
packages:
- pdf2html-new
# - autoconf
# - pkg-config
# - git
@ -77,17 +78,20 @@ matrix:
jobs:
include:
- stage: build
- stage: build-linux
os:
- linux
dist: bionic
script: ./buildScripts/doItAllTravis
- stage: test
os:
- linux
- stage: build-osx
os:
- osx
# - stage: test
# os:
# - linux
#- osx
#- windows
script: ./testScripts/doItAllTravis
# script: ./testScripts/doItAllTravis
#deploy:
# provider: releases
# api_key:

28
LICENSE
View File

@ -1,23 +1,25 @@
pdf2htmlEX (https://github.com/coolwanglu/pdf2htmlEX)
Copyright (c) 2012-2014 Lu Wang <coolwanglu@gmail.com> and other contributors
pdf2htmlEX, as a whole package, is licensed under GPLv3 (or any later version).
pdf2htmlEX, as a whole package, is licensed under GPLv3 (or any later
version).
Files in share/ and logo/ are released under relaxed licenses,
read the respective `LICENSE` file in the folders for details.
Files in pdf2htmlEX/share/ pdf2htmlEX/logo/ and pdf2htmlEX/brewFormual are
released under relaxed licenses, read the respective `LICENSE` file in
these folders for details.
-----
GPLv3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.