https://gitlab.lrde.epita.fr/akheireddine/bmctool
Raw File
Tip revision: f82a350315617992ce7447f6d9dc54247bba5473 authored by akheireddine on 08 December 2020, 16:02:35 UTC
Update bmctool with painless :
Tip revision: f82a350
.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