Commit 5427698b authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Attempting CI/CD basline generation

parent 9efaab74
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -6,11 +6,23 @@ workflow:
    - if: $CI_COMMIT_BRANCH
    - if: $CI_COMMIT_BRANCH


stages:
stages:
  - markdown_test
  - preflight
  - preflight
  - compile
  - compile
  - lint
  - lint
  - build
  - build


# -----------------------------------------------------------
# Markdown

preflight:
  stage: markdown_test
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  interruptible: true
  script:
    - 104196/publish.sh 001 104196/ts_spec_template.docx 104196 104196/ts_cover_skeleton.docx TS



# -----------------------------------------------------------
# -----------------------------------------------------------
# Preflight
# Preflight