aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 6ab210544e84a5100999d0f8fe2be89550d26fb6 (plain)
1
2
3
4
5
6
archlinux:
  image: "archlinux:latest"
  before_script:
    - pacman -Sy base-devel cmake --noconfirm --needed
  script:
    - mkdir build && cd build && cmake ../ && make && ctest