feat(list): update pipeline to run ctest
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
46d2e75d2f
commit
0cf7cb79af
17
.drone.yml
17
.drone.yml
@ -26,4 +26,21 @@ steps:
|
||||
trigger:
|
||||
branch:
|
||||
- develop
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: feature
|
||||
|
||||
steps:
|
||||
- name: Run tests
|
||||
image: registry.riba-interactive.de/alpine-build:latest
|
||||
commands:
|
||||
- ctest
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- feature/*
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfig
|
||||
...
|
||||
Loading…
Reference in New Issue
Block a user