Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3149054
D4548.id14557.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1016 B
Referenced Files
None
Subscribers
None
D4548.id14557.diff
View Options
diff --git a/.buildkite/cmakecheck.yml b/.buildkite/cmakecheck.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/cmakecheck.yml
@@ -0,0 +1,11 @@
+steps:
+ - label: "CMake Lint (Nix)"
+ command: >
+ nix shell github:nixos/nixpkgs?ref=nixos-22.05#cmake-format
+ --extra-experimental-features "nix-command flakes"
+ -c cmake-lint **/CMakeLists.txt
+ plugins:
+ - docker#v3.13.0:
+ image: 'nixos/nix:latest'
+ agents:
+ - 'autoscaling=true'
diff --git a/services/tunnelbroker/CMakeLists.txt b/services/tunnelbroker/CMakeLists.txt
--- a/services/tunnelbroker/CMakeLists.txt
+++ b/services/tunnelbroker/CMakeLists.txt
@@ -60,7 +60,9 @@
file(GLOB_RECURSE SOURCE_CODE "./src/*.cpp")
set(GENERATED_CODE ${proto_srcs} ${proto_hdrs} ${grpc_srcs} ${grpc_hdrs})
-file(GLOB DOUBLE_CONVERSION_SOURCES "./lib/double-conversion/double-conversion/*.cc")
+file(GLOB DOUBLE_CONVERSION_SOURCES
+ "./lib/double-conversion/double-conversion/*.cc"
+)
include_directories(
./src
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 5, 1:03 PM (14 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2425822
Default Alt Text
D4548.id14557.diff (1016 B)
Attached To
Mode
D4548: [BuildKite] Add cmake lint gate
Attached
Detach File
Event Timeline
Log In to Comment