Raw File
.gitlab-ci.yml
debian-stable-gcc:
  image: gitlab-registry.lrde.epita.fr/akheireddine/bmctool
  script:
    - git submodule update --init
    - cd painless && git checkout ak/bmctool && cd ..
    - git checkout ak/bmctool
    - make
    - make check
back to top