Braking pipelines out into main and build_tools pipelines
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
b284eea463
commit
86ab0fba86
49
.drone.yml
49
.drone.yml
@ -1,30 +1,13 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: chessboard
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: git.pipsquire.com/djweber12/Chess_Board_Sim:latest
|
||||
commands:
|
||||
- cmake -S . -B build
|
||||
- cmake --build build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: chessboard_builder
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
- build_tools
|
||||
event:
|
||||
- push
|
||||
- custom
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
@ -37,13 +20,23 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
#
|
||||
# - name: test
|
||||
# image: foo:latest
|
||||
# commands:
|
||||
# - cmake -s . -b build
|
||||
# - cmake --build build
|
||||
#
|
||||
# volumes:
|
||||
# - name: dockersock
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: chessboard
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- custom
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: git.pipsquire.com/djweber12/Chess_Board_Sim:latest
|
||||
commands:
|
||||
- cmake -S . -B build
|
||||
- cmake --build build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user