Commit 4490ba88 authored by Matthew Burket's avatar Matthew Burket
Browse files

Added GitLab CI to stuffs

parent dc7f5671
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
image: docker pull rikorose/gcc-cmake
burket_shell:
  script:
    - pwd
    - mkdir build
    - cd build
    - cmake ..
    - make
 No newline at end of file