Maarten L. Hekkelman pushed to branch master at Debian Med / libzeep
Commits: 28f8d371 by Maarten L. Hekkelman at 2020-11-10T09:16:17+01:00 New upstream version 5.0.1 - - - - - 579348d8 by Maarten L. Hekkelman at 2020-11-10T09:16:19+01:00 Update upstream source from tag 'upstream/5.0.1' Update to upstream version '5.0.1' with Debian dir 0a7e704e09df67a1905476372d981140db38299c - - - - - 2 changed files: - + .gitignore - + .travis.yml Changes: ===================================== .gitignore ===================================== @@ -0,0 +1,24 @@ +doc/bin +doc/html +doc/autodoc.xml +libzeep-*.tgz +lib-xml/test/XML-Test-Suite/ +**/obj/ +**/obj.dbg/ +lib-*/*.la +lib-*/.libs +lib-http/src/mrsrc.h +.gradle/ +lib-*/test/*-test +.vscode +autom4te.cache +config.log +config.status +GNUmakefile +*/GNUmakefile +aclocal.m4 +libtool +lib/ +libzeep-*.pc +examples/bin/ +lib-xml/.gdb_history ===================================== .travis.yml ===================================== @@ -0,0 +1,41 @@ +language: cpp + +os: + - linux + # - osx + +dist: focal + +# osx_image: xcode12 + +compiler: + - gcc + # - clang + +addons: + apt: + packages: + - libboost-all-dev + - language-pack-en + - language-pack-da + - language-pack-nl + - libboost-tools-dev + - xsltproc + - doxygen + - docbook-xsl + - default-jdk + - fop + +before_install: + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install boost make; fi + +script: + - ./configure + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then gmake; else make; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo gmake install; else sudo make install; fi + +jobs: + allow_failures: + - os: osx + View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/compare/1d5830ffdb284fbf7ae726c7d082472be6209867...579348d81826af673d1935527e8635d45a02c63f -- View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/compare/1d5830ffdb284fbf7ae726c7d082472be6209867...579348d81826af673d1935527e8635d45a02c63f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
