7 lines
120 B
YAML
7 lines
120 B
YAML
pipeline:
|
|
build:
|
|
image: alpine
|
|
commands:
|
|
- apk add make gcc g++ git
|
|
- make
|
|
- ./build/apps/program
|