2022-09-21 19:36:39 +02:00
|
|
|
kind: pipeline
|
2022-09-21 20:51:57 +02:00
|
|
|
name: Test
|
2022-09-21 19:36:39 +02:00
|
|
|
|
|
|
|
platform:
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: test
|
|
|
|
image: gcc
|
|
|
|
commands:
|
2022-09-21 20:59:47 +02:00
|
|
|
- make
|
|
|
|
|
|
|
|
- name: Discord notification
|
|
|
|
image: appleboy/drone-discord
|
|
|
|
settings:
|
|
|
|
webhook_id:
|
|
|
|
from_secret: webhook_id
|
|
|
|
webhook_token:
|
|
|
|
from_secret: webhook_token
|