mirror of
https://github.com/dlang/phobos.git
synced 2025-05-14 17:05:58 +03:00
Merge pull request #5364 from wilzbach/split-up-circleci
Split style target for CircleCi merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
This commit is contained in:
commit
9c611930c9
2 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,9 @@ dependencies:
|
|||
test:
|
||||
override:
|
||||
- ./circleci.sh setup-repos
|
||||
- ./circleci.sh style
|
||||
- ./circleci.sh style_lint
|
||||
- ./circleci.sh has_public_example
|
||||
- ./circleci.sh publictests
|
||||
- ./circleci.sh coverage:
|
||||
parallel: true
|
||||
timeout: 1200
|
||||
|
|
|
@ -500,7 +500,9 @@ $(TOOLS_DIR)/checkwhitespace.d:
|
|||
mv dscanner_makefile_tmp ../dscanner/makefile
|
||||
make -C ../dscanner githash debug
|
||||
|
||||
style: ../dscanner/dsc $(LIB) has_public_example publictests
|
||||
style: has_public_example publictests style_lint
|
||||
|
||||
style_lint: ../dscanner/dsc $(LIB)
|
||||
@echo "Check for trailing whitespace"
|
||||
grep -nr '[[:blank:]]$$' etc std ; test $$? -eq 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue