mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Github Workflow Ubuntu 16.04 -> 18.04
No hurry to merge it, can wait until ~September I guess https://github.com/actions/virtual-environments/issues/3287
This commit is contained in:
parent
1e79a16f46
commit
88141078ca
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-16.04]
|
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-18.04]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
cmake-args: -G "Unix Makefiles"
|
cmake-args: -G "Unix Makefiles"
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||||
CXXFLAGS: -Werror
|
CXXFLAGS: -Werror
|
||||||
- os: ubuntu-16.04
|
- os: ubuntu-18.04
|
||||||
cmake-path: /usr/bin/
|
cmake-path: /usr/bin/
|
||||||
cmake-args: -G "Unix Makefiles"
|
cmake-args: -G "Unix Makefiles"
|
||||||
package-file: DDNet-*-linux_x86_64.tar.xz
|
package-file: DDNet-*-linux_x86_64.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue