New CI/CD image
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
zv0n 2021-10-17 13:30:10 +02:00
parent 3bf086f48a
commit ca39b7edc9

View File

@ -8,7 +8,7 @@ platform:
steps:
- name: build
image: cppbuilder:v0.2
image: cppbuilder:v0.3
commands:
- cd mario
- mkdir build
@ -25,7 +25,7 @@ platform:
steps:
- name: formatting-check
image: cppbuilder:v0.2
image: cppbuilder:v0.3
commands:
- cd mario
- FORMAT="ok"