Skip to content

Commit

Permalink
chore: Add buildifier lint to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 20, 2024
1 parent a1c969a commit 138a5bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [master]

jobs:
common:
uses: TokTok/ci-tools/.github/workflows/common-ci.yml@master

build:
runs-on: ubuntu-latest
steps:
Expand Down
26 changes: 13 additions & 13 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ AV_SRCS = [
]

COPTS = [
"-D_DEFAULT_SOURCE",
"-DGAMES",
"-DHAVE_WIDECHAR",
"-DPACKAGE_DATADIR='\"data\"'",
"-DQRCODE",
] + select({
"//tools/config:linux-x86_64": [
"-DAUDIO",
"-DVIDEO",
"-DPYTHON",
],
"//conditions:default": [],
})
"-D_DEFAULT_SOURCE",
"-DGAMES",
"-DHAVE_WIDECHAR",
"-DPACKAGE_DATADIR='\"data\"'",
"-DQRCODE",
] + select({
"//tools/config:linux-x86_64": [
"-DAUDIO",
"-DVIDEO",
"-DPYTHON",
],
"//conditions:default": [],
})

cc_library(
name = "libtoxic",
Expand Down

0 comments on commit 138a5bf

Please sign in to comment.