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 - name: build
image: gcc image: gcc
commands: commands:
apt install -y cmake - apt install -y cmake
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
@ -16,6 +16,7 @@ steps:
- name: test - name: test
image: alpine image: alpine
commands: commands:
- apt install -y cmake
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..