Mercurial > p > roundup > code
diff .travis.yml @ 7195:3a0b50567755
Try system packaged python*gpg; comnent out build; no-github-ci
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Feb 2023 01:43:50 -0500 |
| parents | e621c0da09c2 |
| children | 63ef1aa414b8 |
line wrap: on
line diff
--- a/.travis.yml Mon Feb 27 01:36:09 2023 -0500 +++ b/.travis.yml Mon Feb 27 01:43:50 2023 -0500 @@ -59,6 +59,8 @@ - sudo apt-get remove distro-info # pin setuptools to try to get gpgme to build - pip install "setuptools<66" + - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then sudo apt-get install python-gpg; fi + - if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then sudo apt-get install python3-gpg; fi # build xapian - echo "$TRAVIS_PYTHON_VERSION" # Sphinx required to build the xapian python bindings. Use 1.8.5 on @@ -105,16 +107,16 @@ - make && make install # gpgme - - GPGME_VERSION=1.18.0 - - cd /tmp - - curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2 - - tar -jxf gpgme-$GPGME_VERSION.tar.bz2 - - cd gpgme-$GPGME_VERSION - - ./configure --prefix=$VIRTUAL_ENV - - make && make install + #- GPGME_VERSION=1.18.0 + #- cd /tmp + #- curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2 + #- tar -jxf gpgme-$GPGME_VERSION.tar.bz2 + #- cd gpgme-$GPGME_VERSION + #- ./configure --prefix=$VIRTUAL_ENV + #- make && make install # change back to the checked out repository directory - - cd $TRAVIS_BUILD_DIR + #- cd $TRAVIS_BUILD_DIR install: - if [[ $TRAVIS_PYTHON_VERSION == "3.4"* ]]; then pip install mysqlclient==1.3.14; fi
