Verified Commit e3b30759 authored by Matthew Burket's avatar Matthew Burket
Browse files

Added CI

parent 98791593
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
image: rikorose/gcc-cmake
burket_shell:
  script:
    - pwd
    - mkdir build
    - cd build
    - cmake ..
    - make