aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: cc476399ee2096ea2d9c4989f4affcc88d25b291 (plain)
1
2
3
4
5
6
7
archlinux:
  image: "archlinux:base-devel"
  before_script:
    - pacman -Sy cmake git --noconfirm --needed
  script:
    - git submodule init && git submodule update
    - mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL=ON ../ && make && ctest