Commit 85921487 authored by Matthew Burket's avatar Matthew Burket
Browse files

Add .gitlab-ci.yml

parent 08ade785
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