New CI/CD image
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: cppbuilder:v0.2
|
image: cppbuilder:v0.3
|
||||||
commands:
|
commands:
|
||||||
- cd mario
|
- cd mario
|
||||||
- mkdir build
|
- mkdir build
|
||||||
@@ -25,7 +25,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: formatting-check
|
- name: formatting-check
|
||||||
image: cppbuilder:v0.2
|
image: cppbuilder:v0.3
|
||||||
commands:
|
commands:
|
||||||
- cd mario
|
- cd mario
|
||||||
- FORMAT="ok"
|
- FORMAT="ok"
|
||||||
|
|||||||
Reference in New Issue
Block a user