This commit is contained in:
parent
246de238c4
commit
b23af8b554
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk add make gcc g++ git
|
||||||
|
- git clone gitea@danielyrovas.com:dev/woodpecker-cpp-test.git wpccp
|
||||||
|
- cd wpccp
|
||||||
|
- make
|
||||||
|
- ./build/apps/program
|
Loading…
Add table
Add a link
Reference in a new issue