Skip to content

Commit 9d4e93d

Browse files
authored
fail on makefile spaces (#378)
1 parent a4afaaf commit 9d4e93d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ checkout:
22
post:
33
- git submodule sync
44
- git submodule update --init
5+
- bash -c '[[ $(grep -cE "^ " Makefile.am) -eq 0 ]]'
6+
- (rc=0; for f in locales/*.json; do python -c "import json; json.load(open('$f'))" || rc=$?; done; exit $rc;)
57

68
dependencies:
79
override:
8-
- sudo rm -rf /etc/apt/sources.list.d/google*.list
910
- scripts/dependencies.sh
1011

1112
test:

0 commit comments

Comments
 (0)