Commit 3d10ba4a authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Updating cd/cid yml tyo match SA3LI

parent 2c7cea8f
Loading
Loading
Loading
Loading
+14 −10
Original line number Diff line number Diff line
image: "python:3.7"

before_script:
  - python3 --version
  - pip3 install -q asn1tools lxml xmlschema

stages:
  - Check Schemas
  - check

checkASN1:
  stage: Check Schemas
process_asn:
  image: "mcanterb/asn1test:latest"
  stage: check
  interruptible: true
  script:
  - python3 testing/check_asn1.py
 No newline at end of file
    - python3 testing/asn_process.py

process_xsd:
  image: "mcanterb/xsdtest:latest"
  stage: check
  interruptible: true
  script:
    - python3 testing/xsd_process.py