mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Ubuntu 20.04 in central tests
This commit is contained in:
parent
41910ff5fd
commit
436fcbcf08
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-18.04]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-20.04]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
cmake-args: -G "Unix Makefiles"
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
env:
|
||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||
CXXFLAGS: -Werror
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
cmake-path: /usr/bin/
|
||||
cmake-args: -G "Unix Makefiles"
|
||||
package-file: DDNet-*-linux_x86_64.tar.xz
|
||||
|
|
Loading…
Reference in a new issue