-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.drone.yml
29 lines (28 loc) · 890 Bytes
/
.drone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
clone:
depth: 1
kind: pipeline
name: WHYRED
steps:
- name: val
image: debian:stable-slim
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget default-jre
- curl https://raw.githubusercontent.com/Reinazhard/myscripts/master/clang-4.19.sh | bash
environment:
TELEGRAM_TOKEN:
from_secret: BOT_API_KEY
---
clone:
depth: 1
kind: pipeline
name: TULIP
steps:
- name: val
image: debian:stable-slim
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget default-jre
- curl https://raw.githubusercontent.com/Reinazhard/myscripts/master/tulip-4.19-clang.sh | bash
environment:
TELEGRAM_TOKEN:
from_secret: BOT_API_KEY