ewrtdyfugii

This commit is contained in:
Sagar Ramsaransing 2020-04-17 18:02:34 +00:00
parent 4fb3866ee6
commit f0bfc7bc7a

View File

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