mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
BUILD: Speed up Travis-CI builds
container-based infrastructure (by sudo: false) starts and runs faster: https://docs.travis-ci.com/user/migrating-from-legacy/ gcc and make are preinstalled by Travis-CI for C++ language containers, so do not need to be listed as dependencies: https://docs.travis-ci.com/user/trusty-ci-environment/#Compilers-%26-Build-toolchain ccache caching prevents wasting time rebuilding unchanged code: https://docs.travis-ci.com/user/caching#ccache-cache
This commit is contained in:
parent
28d2f1d0df
commit
507562e0a2
@ -1,12 +1,12 @@
|
||||
language:
|
||||
- cpp
|
||||
|
||||
sudo: required
|
||||
sudo: false
|
||||
cache: ccache
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- g++ make
|
||||
- libsdl2-dev
|
||||
- libsdl2-net-dev
|
||||
- libcurl4-openssl-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user