mirror of https://github.com/bsnes-emu/bsnes.git
Build with Ubuntu LTS instead of Debian Stable.
Debian has served us well, but byuu would like to start using C++17 features which generally requires GCC7. Debian Stable only has GCC6 right now, while Ubuntu LTS has the required version, so that should get things going again.
This commit is contained in:
parent
aaf094e7c4
commit
1fd6d983da
|
@ -1,7 +1,7 @@
|
|||
# NOTE: This file is not part of the official higan source, it's been added
|
||||
# to help build WIP binaries with minimal fuss.
|
||||
|
||||
image: debian:stable
|
||||
image: ubuntu:latest
|
||||
|
||||
higan-linux-x86_64-binaries:
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue