mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Remove unneeded CFLAGS
variable
We don't have C source files anymore.
This commit is contained in:
parent
f977a382f3
commit
be29ef2691
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -21,7 +21,6 @@ jobs:
|
||||||
package-file: "*-linux_x86_64.tar.xz"
|
package-file: "*-linux_x86_64.tar.xz"
|
||||||
fancy: true
|
fancy: true
|
||||||
env:
|
env:
|
||||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
|
||||||
CXXFLAGS: -Werror
|
CXXFLAGS: -Werror
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
cmake-path: /usr/bin/
|
cmake-path: /usr/bin/
|
||||||
|
@ -29,7 +28,6 @@ jobs:
|
||||||
package-file: "*-linux_x86_64.tar.xz"
|
package-file: "*-linux_x86_64.tar.xz"
|
||||||
fancy: false
|
fancy: false
|
||||||
env:
|
env:
|
||||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
|
||||||
CXXFLAGS: -Werror
|
CXXFLAGS: -Werror
|
||||||
GTEST_FILTER: -*SQLite*
|
GTEST_FILTER: -*SQLite*
|
||||||
- os: macOS-latest
|
- os: macOS-latest
|
||||||
|
@ -37,14 +35,12 @@ jobs:
|
||||||
package-file: "*-macos.dmg"
|
package-file: "*-macos.dmg"
|
||||||
fancy: false
|
fancy: false
|
||||||
env:
|
env:
|
||||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
|
||||||
CXXFLAGS: -Werror
|
CXXFLAGS: -Werror
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
cmake-args: -A x64
|
cmake-args: -A x64
|
||||||
package-file: "*-win64.zip"
|
package-file: "*-win64.zip"
|
||||||
fancy: false
|
fancy: false
|
||||||
env:
|
env:
|
||||||
CFLAGS: /WX
|
|
||||||
CXXFLAGS: /WX
|
CXXFLAGS: /WX
|
||||||
LDFLAGS: /WX
|
LDFLAGS: /WX
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue