chore(ci): check for clean build

This commit is contained in:
Manu Mtz.-Almeida
2018-10-12 11:37:40 -05:00
parent e35a21f88c
commit 9a02bcc689

View File

@@ -57,6 +57,17 @@ jobs:
paths:
- "*"
test-core-clean-build:
<<: *defaults
steps:
- checkout
- attach_workspace:
at: /tmp/workspace
- run:
name: Checking clean build
command: git diff --exit-code
working_directory: /tmp/workspace/core
test-core-lint:
<<: *defaults
steps:
@@ -116,6 +127,8 @@ workflows:
- build
- build-core:
requires: [build]
- test-core-clean-build:
requires: [build-core]
- test-core-lint:
requires: [build-core]
- test-core-spec: