mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Switch travis to bionic, remove trusty hacks
This commit is contained in:
parent
a02d5a81c3
commit
e7610283a5
@ -1,6 +1,6 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: bionic
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Note that we stick some additional variations to some builds
|
# Note that we stick some additional variations to some builds
|
||||||
@ -15,10 +15,8 @@ matrix:
|
|||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: CXXSTD=c++1y BUILD_STATIC=yes
|
env: CXXSTD=c++1y BUILD_STATIC=yes
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository --yes ppa:zoogie/sdl2-snapshots
|
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq cmake libsdl2-dev cppcheck doxygen pulseaudio
|
- sudo apt-get install -qq cmake libsdl2-dev cppcheck doxygen pulseaudio
|
||||||
- sudo sed -i -e '/using ::gets/ d' /usr/include/c++/4.8/cstdio # build failure with clang/c++1y
|
|
||||||
- |-
|
- |-
|
||||||
if [ -n "${BUILD_COVERAGE}" ]; then
|
if [ -n "${BUILD_COVERAGE}" ]; then
|
||||||
export CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DCMAKE_BUILD_TYPE=Coverage"
|
export CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DCMAKE_BUILD_TYPE=Coverage"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user