https://gitlab.lrde.epita.fr/akheireddine/bmctool
Raw File
Tip revision: 93e6598916290fbd0570c71285af7b9d5854e9d6 authored by akheireddine on 02 December 2020, 16:19:29 UTC
Update makefile and painless submodule :
Tip revision: 93e6598
.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