mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
CI: Relax 'package-file' mask
This commit is contained in:
parent
754562ce0b
commit
df5c48d675
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
include:
|
||||
- os: ubuntu-latest
|
||||
cmake-args: -G Ninja
|
||||
package-file: DDNet-*-linux_x86_64.tar.xz
|
||||
package-file: "*-linux_x86_64.tar.xz"
|
||||
fancy: true
|
||||
env:
|
||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
- os: ubuntu-18.04
|
||||
cmake-path: /usr/bin/
|
||||
cmake-args: -G Ninja
|
||||
package-file: DDNet-*-linux_x86_64.tar.xz
|
||||
package-file: "*-linux_x86_64.tar.xz"
|
||||
fancy: false
|
||||
env:
|
||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||
|
@ -34,14 +34,14 @@ jobs:
|
|||
GTEST_FILTER: -*SQLite*
|
||||
- os: macOS-latest
|
||||
cmake-args: -G Ninja
|
||||
package-file: DDNet-*-macos.dmg
|
||||
package-file: "*-macos.dmg"
|
||||
fancy: false
|
||||
env:
|
||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||
CXXFLAGS: -Werror
|
||||
- os: windows-latest
|
||||
cmake-args: -A x64
|
||||
package-file: DDNet-*-win64.zip
|
||||
package-file: "*-win64.zip"
|
||||
fancy: false
|
||||
env:
|
||||
CFLAGS: /WX
|
||||
|
|
Loading…
Reference in a new issue