Loading .gitlab-ci.yml +0 −8 Original line number Diff line number Diff line Loading @@ -9,30 +9,22 @@ stages: - Compile parseASN1: before_script: - pip3 install -q asn1tools stage: Syntax script: - python3 testing/parse_asn1.py checkXSD: before_script: - pip3 install -q lxml xmlschema stage: Syntax script: - python3 testing/check_xsd.py lintASN1: before_script: - pip3 install -q asn1tools stage: Lint script: - python3 testing/lint_asn1.py allow_failure: true compileASN1: before_script: - pip3 install -q asn1tools stage: Compile script: - python3 testing/compile_asn1.py Loading Loading
.gitlab-ci.yml +0 −8 Original line number Diff line number Diff line Loading @@ -9,30 +9,22 @@ stages: - Compile parseASN1: before_script: - pip3 install -q asn1tools stage: Syntax script: - python3 testing/parse_asn1.py checkXSD: before_script: - pip3 install -q lxml xmlschema stage: Syntax script: - python3 testing/check_xsd.py lintASN1: before_script: - pip3 install -q asn1tools stage: Lint script: - python3 testing/lint_asn1.py allow_failure: true compileASN1: before_script: - pip3 install -q asn1tools stage: Compile script: - python3 testing/compile_asn1.py Loading