Skip to content

Commit

Permalink
Adding missed CircleCI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jun 6, 2019
1 parent 36b591d commit 80974d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,11 @@ jobs: # a collection of
- install-maven
- install-saxon
- install-lxml
- install-xmllint
- run:
name: Generate round trip XML and JSON conversions
command: |
bash "${CICD_DIR}/roundTripXML.sh" "$OSCAL_BUILD_DIR"
bash "${CICD_DIR}/validate-round-trips.sh" "$OSCAL_BUILD_DIR"
- *publish_artifacts
job-generate-docs:
executor: java-executor
Expand Down

0 comments on commit 80974d1

Please sign in to comment.