From: Paul Brossier Date: Thu, 2 Jul 2020 08:55:11 +0000 (+0200) Subject: [ci] comment out windows travis for now, revert previous windows hack X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=edf0dbd23a41122c7a64af6524dc96c1beacd123;p=aubio.git [ci] comment out windows travis for now, revert previous windows hack --- diff --git a/.travis.yml b/.travis.yml index 6ff663b6..6eab63b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,14 +50,14 @@ matrix: os: osx env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1 - - name: "Windows (Python 3.8.0, lib only)" - language: shell - os: windows - before_install: - - choco install python --version 3.8.0 - - choco install make - - python -m pip install --upgrade pip - env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1 +# - name: "Windows (Python 3.8.0, lib only)" +# language: shell +# os: windows +# before_install: +# - choco install python --version 3.8.0 +# - choco install make +# - python -m pip install --upgrade pip +# env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1 addons: apt: @@ -104,9 +104,6 @@ after_success: # upload to codecov bash <(curl -s https://codecov.io/bash) fi - if [ "$TRAVIS_OS_NAME" = "windows" ]; then - taskkill //F //PID $(ps -Wla | tr -s ' ' | grep gpg | cut -f2 -d' ') - fi notifications: irc: