Commit ae81a6dc authored by Luke Mewburn's avatar Luke Mewburn
Browse files

CI: show asn1c and python3 versions

parent bde52658
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ process_asn:
  stage: check
  interruptible: true
  script:
    - asn1c -h 2>&1 | head -1
    - python3 -V
    - python3 testing/asn_process.py

process_xsd: