cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 16aac949a7e415b2a5b76be510d8eb83a1f9c672
parent a98be46f123fc0503a32367ed6a0c7668659612c
Author: David Auer <dreua@posteo.de>
Date:   Wed,  9 Oct 2019 01:03:15 +0200

Switch CI build to Ubuntu bionic

The more recent ubuntu bionic (18.04) image comes with GCC 7 instead of GCC 5
in the default image. This fixes a bug in GCC where some unneeded symbols
end up in the Windows executable.

Diffstat:
M.travis.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,4 +1,6 @@ language: c +dist: bionic + before_install: - sudo apt-get -qq update - sudo apt-get install -y make libxinerama-dev libxext-dev libx11-dev build-essential