A => .build.yml +18 -0
@@ 0,0 1,18 @@
+image: ubuntu/18.04
+packages:
+ - libboost-test-dev
+ - valgrind
+ - libsamplerate0-dev
+ - curl
+sources:
+ - hg+https://hg.sr.ht/~breakfastquay/bqresample
+tasks:
+ - setup: |
+ hg clone https://hg.sr.ht/~breakfastquay/bqvec
+ - build: |
+ cd bqresample
+ build/run-platform-tests.sh linux
+triggers:
+ - action: email
+ condition: always
+ to: chris.cannam@breakfastquay.com
M .travis.yml +0 -1
@@ 1,7 1,6 @@
language: cpp
os:
- - linux
- osx
dist:
M README.md +1 -1
@@ 22,7 22,7 @@ C++ standard required: C++98 (does not u
* See also: [bqfft](https://hg.sr.ht/~breakfastquay/bqfft) [bqaudioio](https://hg.sr.ht/~breakfastquay/bqaudioio) [bqthingfactory](https://hg.sr.ht/~breakfastquay/bqthingfactory) [bqaudiostream](https://hg.sr.ht/~breakfastquay/bqaudiostream)
-[](https://travis-ci.org/breakfastquay/bqresample)
+[](https://builds.sr.ht/~breakfastquay/bqresample?)
Copyright 2007-2020 Particular Programs Ltd.
Uses Speex code, see speex/COPYING for copyright and licence information.