This commit is contained in:
Sagar Ramsaransing 2020-04-17 18:01:59 +00:00
parent 954b9049ad
commit 4fb3866ee6

View File

@ -6,6 +6,7 @@ steps:
- name: build
image: gcc
commands:
apt install -y cmake
- mkdir build
- cd build
- cmake ..