Skip to content

Commit

Permalink
Merge branch 'topic/travisci-enable-noweb-and-findlib'
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jul 23, 2015
2 parents ac107c2 + 1d9dc91 commit f73fdb1
Show file tree
Hide file tree
Showing 7 changed files with 436 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ addons:
- texlive-latex-base
install: sh -ex ./Library/Ancillary/autoinstall bmake
script: sh -ex ./Library/Ancillary/travisci
env:
- TRAVIS_FULL=no
- TRAVIS_FULL=yes
15 changes: 9 additions & 6 deletions Library/Ancillary/travisci
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,23 @@
# are also available at
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt

TRAVIS_WITH_TEX=${TRAVIS_FULL}
TRAVIS_WITH_NOWEB=${TRAVIS_FULL}
TRAVIS_WITH_FINDLIB=${TRAVIS_FULL}
INSTALL_PREFIX="${HOME}/.local"
autoconf
./configure\
--prefix="${INSTALL_PREFIX}"\
--with-gpg\
--with-gm\
--with-tex\
--with-ocaml\
--without-noweb\
--with-tex=${TRAVIS_WITH_TEX}\
--with-noweb=${TRAVIS_WITH_NOWEB}\
--with-credentials=sudo\
--disable-test-findlib\
--disable-test-noweb\
--disable-test-gpg\
--disable-test-texmf
--enable-test-findlib=${TRAVIS_WITH_FINDLIB}\
--enable-test-noweb=no\
--enable-test-texmf=no\
--disable-test-gpg
bmake build
bmake test
bmake install
Expand Down
Loading

0 comments on commit f73fdb1

Please sign in to comment.