Loading .gitlab-ci.yml +37 −37 Original line number Diff line number Diff line Loading @@ -22,44 +22,44 @@ test_dependencies: - echo 0 > zero # Helper file - echo "Runner successfully running" - gcc -v - clang -v - make -v - cmake --version - git --version - git lfs --version # - valgrind --version - coan -v - zip --version - curl --version - tcsh --version - lcov --version # - gcc -v # - clang -v # - make -v # - cmake --version # - git --version # - git lfs --version # # - valgrind --version # - coan -v # - zip --version # - curl --version # - tcsh --version # - lcov --version - echo "Test existence of tools which should return 0" - eid-xor zero zero /dev/null - networkSimulator_g192 zero /dev/null /dev/null /dev/null 1 - gen-patt /dev/null F 1 1 /dev/null 0 # - echo "Test existence of tools which should return 0" # - eid-xor zero zero /dev/null # - networkSimulator_g192 zero /dev/null /dev/null /dev/null 1 # - gen-patt /dev/null F 1 1 /dev/null 0 - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - whoami - whoami | groups # - python3 --version # - pip3 show numpy # Use of pip is assumed for python dependencies # - pip3 show scipy # - pip3 show plotly # - pip3 show pytest # - pip3 show pytest-xdist # - pip3 show pytest-html # - pip3 show matplotlib # - pip3 show pandas # - pip3 show requests # - pip3 show bitstring # - pip3 list # - whoami # - whoami | groups - ls -d /usr/local/ltv - ls -d /usr/local/testv - ls -d /usr/local/be_2_evs_test # - ls -d /usr/local/ltv # - ls -d /usr/local/testv # - ls -d /usr/local/be_2_evs_test # Checks for BASOP runners, comment out if not relevant - ls -d /usr/local/scripts - ls -d /usr/local/be_2_evs_basop - PQevalAudio --help # # Checks for BASOP runners, comment out if not relevant # - ls -d /usr/local/scripts # - ls -d /usr/local/be_2_evs_basop # - PQevalAudio --help Loading
.gitlab-ci.yml +37 −37 Original line number Diff line number Diff line Loading @@ -22,44 +22,44 @@ test_dependencies: - echo 0 > zero # Helper file - echo "Runner successfully running" - gcc -v - clang -v - make -v - cmake --version - git --version - git lfs --version # - valgrind --version - coan -v - zip --version - curl --version - tcsh --version - lcov --version # - gcc -v # - clang -v # - make -v # - cmake --version # - git --version # - git lfs --version # # - valgrind --version # - coan -v # - zip --version # - curl --version # - tcsh --version # - lcov --version - echo "Test existence of tools which should return 0" - eid-xor zero zero /dev/null - networkSimulator_g192 zero /dev/null /dev/null /dev/null 1 - gen-patt /dev/null F 1 1 /dev/null 0 # - echo "Test existence of tools which should return 0" # - eid-xor zero zero /dev/null # - networkSimulator_g192 zero /dev/null /dev/null /dev/null 1 # - gen-patt /dev/null F 1 1 /dev/null 0 - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - whoami - whoami | groups # - python3 --version # - pip3 show numpy # Use of pip is assumed for python dependencies # - pip3 show scipy # - pip3 show plotly # - pip3 show pytest # - pip3 show pytest-xdist # - pip3 show pytest-html # - pip3 show matplotlib # - pip3 show pandas # - pip3 show requests # - pip3 show bitstring # - pip3 list # - whoami # - whoami | groups - ls -d /usr/local/ltv - ls -d /usr/local/testv - ls -d /usr/local/be_2_evs_test # - ls -d /usr/local/ltv # - ls -d /usr/local/testv # - ls -d /usr/local/be_2_evs_test # Checks for BASOP runners, comment out if not relevant - ls -d /usr/local/scripts - ls -d /usr/local/be_2_evs_basop - PQevalAudio --help # # Checks for BASOP runners, comment out if not relevant # - ls -d /usr/local/scripts # - ls -d /usr/local/be_2_evs_basop # - PQevalAudio --help