Commit 3b9d0623 authored by canterburym's avatar canterburym
Browse files

Adding ec checking

parent 212b21af
Loading
Loading
Loading
Loading
Loading

.ecrc

0 → 100644
+6 −0
Original line number Diff line number Diff line
{
    "Exclude" : [
        "33108",
        "\\.py"
    ]
}
+8 −0
Original line number Diff line number Diff line
@@ -34,6 +34,14 @@ process_xsd:
    - python3 testing/xsd_process.py
    - python3 testing/lint_xml.py

editorconfig_check:
  image: "forge.3gpp.org:5050/sa3/li/ec_test:latest"
  stage: check
  interruptible: true
  script:
    - ec


generate_artefacts:
  image: "forge.3gpp.org:5050/sa3/li/forgelib"
  stage: build