This commit is contained in:
Sagar Ramsaransing 2020-04-17 18:11:09 +00:00
parent 7f789bb93f
commit 5dfb005e16

View File

@ -4,7 +4,7 @@ name: default
steps:
- name: build
image: gcc
image: archlinux
commands:
- apt install -y cmake
- mkdir build
@ -14,7 +14,7 @@ steps:
steps:
- name: test
image: gcc
image: archlinux
commands:
- apt install -y cmake
- mkdir build