This commit is contained in:
parent
12594c4227
commit
c8b763bf35
1 changed files with 4 additions and 2 deletions
|
@ -4,12 +4,14 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cmake
|
- name: build
|
||||||
image: ghcr.io/rikorose/gcc-cmake
|
image: ghcr.io/rikorose/gcc-cmake
|
||||||
commands:
|
commands:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
- make
|
||||||
- name: docs
|
- name: docs
|
||||||
image: docker.io/corentinaltepe/doxygen
|
image: docker.io/corentinaltepe/doxygen
|
||||||
commands:
|
commands:
|
||||||
- ls -l
|
- doxygen
|
||||||
|
- ls docs
|
||||||
|
|
Loading…
Reference in a new issue