Skip to content
Snippets Groups Projects
.gitlab-ci.yml 148 B
before_script:
    - apt-get update
    - apt-get install -y -qq make gfortran
    - make -j 4
    - make

run_tests:
    script: "./run_tests.sh"