summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/deps/brotli/.travis.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:49:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:49:40 +0000
commitc96f16e8103783f6b98d9f844ea3a7f2195e4834 (patch)
tree479bef5e7eb5d4f04ba171931c8b47335734e161 /debian/vendor-h2o/deps/brotli/.travis.yml
parentMerging upstream version 1.9.4. (diff)
downloaddnsdist-debian/1.9.4-1.tar.xz
dnsdist-debian/1.9.4-1.zip
Adding debian version 1.9.4-1.debian/1.9.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/vendor-h2o/deps/brotli/.travis.yml')
-rw-r--r--debian/vendor-h2o/deps/brotli/.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/vendor-h2o/deps/brotli/.travis.yml b/debian/vendor-h2o/deps/brotli/.travis.yml
deleted file mode 100644
index c6fd74d..0000000
--- a/debian/vendor-h2o/deps/brotli/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-language:
-- objective-c
-env:
- matrix:
- - INSTALL_TYPE='system' VERSION=2.7
- - INSTALL_TYPE='macpython' VERSION=2.7.10 CC=clang CXX=clang++
- - INSTALL_TYPE='macpython' VERSION=3.4.3 CC=clang CXX=clang++
- - INSTALL_TYPE='macpython' VERSION=3.5.0 CC=clang CXX=clang++
- - INSTALL_TYPE='homebrew' VERSION=2.7.10
- - INSTALL_TYPE='homebrew' VERSION=3.4.3
- - INSTALL_TYPE='homebrew' VERSION=3.5.0
-install:
-- source terryfy/travis_tools.sh
-- get_python_environment $INSTALL_TYPE $VERSION venv
-- pip install --upgrade wheel
-script:
-- python setup.py build_ext test
-after_success:
-- pip wheel -w dist .
-before_deploy:
-- export WHEELS=$(ls ./dist/*.whl)
-
-deploy:
- provider: releases
- api_key:
- secure: YcCBi6W/w4dtKCa59Wfm8L5lGWvK7KxaFNDr3yh1Hz5aStXXf758pEMHGewnlbfbwuj5a3SjBb1nLp1M69OQJfxm442uXBaBKo52PM9PPbD7NjvbNIso73pqcSODXQXKuZxDFpEhfuDTVq3hUkUqiwhChWhrFucJsSL51i7qSss=
- file:
- - "${WHEELS}"
- skip_cleanup: true
- on:
- repo: google/brotli
- tags: true