CI: Relax 'package-file' mask

This commit is contained in:
Alexander Akulich 2021-12-12 13:40:39 +03:00
parent 754562ce0b
commit df5c48d675

View file

@ -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