Skip to content
Snippets Groups Projects
Select Git revision
  • develop default
  • 2023.w43
  • 2023.w42
  • 2023.w41
  • 2023.w40
  • 2023.w39
  • 2023.w38
  • 2023.w37
  • 2023.w36
  • 2023.w34
  • 2023.w33
  • 2023.w32
  • v2.0.0
  • 2023.w31
  • 2023.w30
  • 2023.w29
  • 2023.w28
  • 2023.w27
  • 2023.w26
  • 2023.w25
  • 2023.w24
21 results

.gitlab-ci.yml

Blame
  • user avatar
    Cedric Roux authored
    The old one is still usable by replacing .gitlab-ci.yml with
    the previous version.
    1f95f48f
    History
    .gitlab-ci.yml 413 B
    job1:
      script:
        - date
        - pwd
        - echo $OAI_USER
        - echo $OAI_PASS
        - echo $OAI_TEST_CASE_GROUP
        - echo $MACHINELIST
        - echo $MACHINELISTGENERIC
        - echo $RESULT_DIR
        - echo $NRUNS_LTE_SOFTMODEM
        - source oaienv
        - rm -rf cmake_targets/autotests/log
        - mkdir cmake_targets/autotests/log
        - cd cmake_targets/autotests/v2
        - python main.py
        - date
      only:
        - triggers