remove deploy from travis

pull/243/head
mpromonet 3 years ago
parent 67e395a6fc
commit 2b8a1b7fbe

@ -22,9 +22,8 @@ addons:
- cmake - cmake
- libasound2-dev - libasound2-dev
- g++-mips-linux-gnu - g++-mips-linux-gnu
- g++-aarch64-linux-gnu
before_install: before_install:
- sudo apt-get update
- sudo apt-get install g++-mips-linux-gnu
- pip install --user cpp-coveralls pyYaml - pip install --user cpp-coveralls pyYaml
language: cpp language: cpp
compiler: gcc compiler: gcc
@ -39,15 +38,15 @@ script:
- if [ "$COVERAGE" != "" ]; then cmake -DCOVERAGE=ON . && make && make test; fi - if [ "$COVERAGE" != "" ]; then cmake -DCOVERAGE=ON . && make && make test; fi
after_success: after_success:
- if [ "$COVERAGE" != "" ]; then coveralls --gcov-options '\-lp'; fi - if [ "$COVERAGE" != "" ]; then coveralls --gcov-options '\-lp'; fi
before_deploy: #before_deploy:
- export RELEASE_DEB_FILE=$(ls *.deb) # - export RELEASE_DEB_FILE=$(ls *.deb)
deploy: #deploy:
provider: releases # provider: releases
api_key: # api_key:
secure: gcQy7QO09vfGtcRMi8D+6VykDfK1tuz1jEZRmJER6eZ0p2gRi4F6mtsMRJWt3QsKkZQWkJpPTvCfv9GyNmWTrZV746y5QVnd+mjPx+6K/LgroK4LWgOgzJ6zQ6qfDKU80GbxJOnNv9/HmIcxSCiactxS50tbvntqpBGCmiIL+4U= # secure: gcQy7QO09vfGtcRMi8D+6VykDfK1tuz1jEZRmJER6eZ0p2gRi4F6mtsMRJWt3QsKkZQWkJpPTvCfv9GyNmWTrZV746y5QVnd+mjPx+6K/LgroK4LWgOgzJ6zQ6qfDKU80GbxJOnNv9/HmIcxSCiactxS50tbvntqpBGCmiIL+4U=
file: # file:
- "${RELEASE_DEB_FILE}" # - "${RELEASE_DEB_FILE}"
skip_cleanup: true # skip_cleanup: true
on: # on:
repo: mpromonet/v4l2rtspserver # repo: mpromonet/v4l2rtspserver
tags: true # tags: true

Loading…
Cancel
Save