Skip to content

Commit 309f487

Browse files
committed
Add CI-specific pants config file
1 parent 2ee0533 commit 309f487

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pants.ci.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This config is for CI. It extends the config in pants.toml.
2+
# See https://www.pantsbuild.org/docs/using-pants-in-ci
3+
4+
[GLOBAL]
5+
# Colors often work in CI, but the shell is usually not a TTY so Pants
6+
# doesn't attempt to use them by default.
7+
colors = true
8+
9+
[stats]
10+
# "print metrics of your cache's performance at the end of the run,
11+
# including the number of cache hits and the total time saved thanks
12+
# to caching"
13+
log = true

0 commit comments

Comments
 (0)