mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
build on osx using homebrew
This commit is contained in:
parent
75f8a94d70
commit
b0c06bcfff
@ -2,7 +2,6 @@ language: cpp
|
|||||||
|
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
|
|
||||||
# for windows *test* of AppImage
|
# for windows *test* of AppImage
|
||||||
# see https://docs.travis-ci.com/user/build-matrix/#using-different-programming-languages-per-job
|
# 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
|
# and https://discourse.appimage.org/t/run-appimage-on-windows/177
|
||||||
@ -45,8 +44,10 @@ branches:
|
|||||||
# - liblcms2-dev
|
# - liblcms2-dev
|
||||||
# - libxml2-dev
|
# - libxml2-dev
|
||||||
# - libuninameslist-dev
|
# - libuninameslist-dev
|
||||||
# homebrew:
|
homebrew:
|
||||||
# packages:
|
taps: pdf2htmlEX/homebrew-brewTap
|
||||||
|
packages:
|
||||||
|
- pdf2html-new
|
||||||
# - autoconf
|
# - autoconf
|
||||||
# - pkg-config
|
# - pkg-config
|
||||||
# - git
|
# - git
|
||||||
@ -77,17 +78,20 @@ matrix:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: build
|
- stage: build-linux
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
script: ./buildScripts/doItAllTravis
|
script: ./buildScripts/doItAllTravis
|
||||||
- stage: test
|
- stage: build-osx
|
||||||
os:
|
os:
|
||||||
- linux
|
- osx
|
||||||
|
# - stage: test
|
||||||
|
# os:
|
||||||
|
# - linux
|
||||||
#- osx
|
#- osx
|
||||||
#- windows
|
#- windows
|
||||||
script: ./testScripts/doItAllTravis
|
# script: ./testScripts/doItAllTravis
|
||||||
#deploy:
|
#deploy:
|
||||||
# provider: releases
|
# provider: releases
|
||||||
# api_key:
|
# api_key:
|
28
LICENSE
28
LICENSE
@ -1,23 +1,25 @@
|
|||||||
pdf2htmlEX (https://github.com/coolwanglu/pdf2htmlEX)
|
pdf2htmlEX (https://github.com/coolwanglu/pdf2htmlEX)
|
||||||
Copyright (c) 2012-2014 Lu Wang <coolwanglu@gmail.com> and other contributors
|
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,
|
Files in pdf2htmlEX/share/ pdf2htmlEX/logo/ and pdf2htmlEX/brewFormual are
|
||||||
read the respective `LICENSE` file in the folders for details.
|
released under relaxed licenses, read the respective `LICENSE` file in
|
||||||
|
these folders for details.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
GPLv3
|
GPLv3
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify it
|
||||||
it under the terms of the GNU General Public License as published by
|
under the terms of the GNU General Public License as published by the Free
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
Software Foundation, either version 3 of the License, or (at your option)
|
||||||
(at your option) any later version.
|
any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
GNU General Public License for more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License along
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user