File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ test: xcbeautify
38
38
set -o pipefail \
39
39
&& swift test --disable-automatic-resolution \
40
40
--enable-experimental-prebuilts \
41
- 2>&1 | ./ xcbeautify --renderer github-actions
41
+ 2>&1 | xcbeautify --renderer github-actions
42
42
43
43
test-query-performance : xcbeautify
44
44
set -o pipefail \
@@ -56,10 +56,7 @@ test-fast:
56
56
swift test --disable-automatic-resolution
57
57
58
58
xcbeautify :
59
- rm -rf .build/checkouts/xcbeautify
60
- git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify
61
- cd .build/checkouts/xcbeautify && git checkout 2.25.1 && make build
62
- binpath=` cd .build/checkouts/xcbeautify && swift build -c release --show-bin-path` && ln -sf $$ binpath/xcbeautify
59
+ command -v xcbeautify
63
60
64
61
docker-build : version
65
62
docker build -t $(DOCKER_IMAGE ) :$(VERSION ) .
You can’t perform that action at this time.
0 commit comments