mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Remove Travis CI integration (#118)
Travis CI has stopped to support open source projects. Remove the integration.
This commit is contained in:
parent
bef43d5efc
commit
e90cba4817
27
.travis.yml
27
.travis.yml
@ -1,27 +0,0 @@
|
||||
dist: focal
|
||||
|
||||
language: cpp
|
||||
|
||||
os: linux
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.7
|
||||
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
- mkdir debug
|
||||
- cd debug
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DCHARLS_PEDANTIC_WARNINGS=On -DCHARLS_TREAT_WARNING_AS_ERROR=On ..
|
||||
|
||||
script: make
|
@ -5,7 +5,6 @@
|
||||
|
||||
[](https://raw.githubusercontent.com/team-charls/charls/master/LICENSE.md)
|
||||
[](https://ci.appveyor.com/project/vbaderks/charls/branch/master)
|
||||
[](https://travis-ci.org/team-charls/charls)
|
||||
[](https://dev.azure.com/team-charls/charls/_build/latest?definitionId=2&branchName=master)
|
||||
[](https://repology.org/metapackage/charls)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user