9 lines
149 B
YAML
9 lines
149 B
YAML
pipeline:
|
|
build:
|
|
image: svk28/tcltk-build-debian
|
|
commands:
|
|
- cd debian
|
|
- ./build-deb-projman.sh
|
|
when:
|
|
branch: master
|