chore(ci): remove the Travis CI configuration

This commit is contained in:
yvt 2020-12-18 22:00:07 +09:00
parent cb5f0d9284
commit e7822118f7
No known key found for this signature in database
GPG Key ID: 5002B95A6A0B37CC

View File

@ -1,19 +0,0 @@
language: cpp
dist: xenial
compiler:
- gcc
cache: apt
install:
- sudo apt-get install pkg-config libglew-dev libcurl3-openssl-dev libjpeg-dev libxinerama-dev libxft-dev libsdl2-dev libsdl2-image-dev libfreetype6-dev libopus-dev libopusfile-dev gcc
before_script:
- mkdir openspades.mk
- cd openspades.mk
script:
- cmake -DOPENSPADES_RESOURCES=off ..
- cat CMakeCache.txt
- make -k