mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-16 04:31:34 +00:00
TravisCI: add a build for GCC 4.8 (#662)
This commit is contained in:
parent
4b83ee55c0
commit
43078d6b7b
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ matrix:
|
|||
- CXX="g++-7"
|
||||
- MATRIX_EVAL="sudo apt-get install gcc-7 g++-7"
|
||||
|
||||
- dist: trusty
|
||||
env:
|
||||
- CMAKE_FLAGS=""
|
||||
|
||||
- env:
|
||||
- CC="gcc-8"
|
||||
- CXX="g++-8"
|
||||
|
|
Loading…
Reference in a new issue