Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <xnorpx@outlook.com>2023-06-17 17:43:43 +0300
committerMarcus Asteborg <xnorpx@outlook.com>2023-06-21 15:59:38 +0300
commit763bd345498efed58dc6fa06acb9f580e94ca368 (patch)
tree5512300b8592e9e831b9e443fb199ccdd2aa9895
parentca62cca926aac8d3ea752715523dedb92a24f91a (diff)
Remove Travis CI, replaced with Github actions
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 821c813e..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-language: c
-
-compiler:
- - gcc
- - clang
-
-os:
- - linux
- - osx
-
-env:
- - CONFIG=""
- - CONFIG="--enable-assertions"
- - CONFIG="--enable-fixed-point"
- - CONFIG="--enable-fixed-point --disable-float-api"
- - CONFIG="--enable-fixed-point --enable-assertions"
-
-script:
- - ./autogen.sh
- - ./configure $CONFIG
- - make distcheck