mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
clean garbage in minimp3
This commit is contained in:
parent
235b52db3f
commit
63b4ab4700
7
thirdparty/minimp3/.gitignore
vendored
7
thirdparty/minimp3/.gitignore
vendored
@ -1,7 +0,0 @@
|
||||
fate-suite.ffmpeg.org
|
||||
player/SDL
|
||||
minimp3
|
||||
minimp3_arm
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.gcov
|
34
thirdparty/minimp3/.travis.yml
vendored
34
thirdparty/minimp3/.travis.yml
vendored
@ -1,34 +0,0 @@
|
||||
dist: bionic
|
||||
language: c
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
- libc6-dev-i386
|
||||
- linux-libc-dev:i386
|
||||
- gcc-arm-none-eabi
|
||||
- libnewlib-arm-none-eabi
|
||||
- gcc-7-multilib
|
||||
- gcc-7-aarch64-linux-gnu
|
||||
- gcc-7-powerpc-linux-gnu
|
||||
- gcc-aarch64-linux-gnu
|
||||
- gcc-powerpc-linux-gnu
|
||||
- libc6-arm64-cross
|
||||
- libc6-powerpc-cross
|
||||
- libc6-dev-arm64-cross
|
||||
- libc6-dev-powerpc-cross
|
||||
- qemu
|
||||
- lcov
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
script:
|
||||
- scripts/build.sh
|
||||
- (pushd player/; ./build.sh linux; popd)
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue
Block a user