-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaskfile.yml
More file actions
34 lines (30 loc) · 1.31 KB
/
Taskfile.yml
File metadata and controls
34 lines (30 loc) · 1.31 KB
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
30
31
32
33
version: '3'
includes:
common:
taskfile: ./packages/mono-dev/task/common.yaml
flatten: true
optional: true
lfmt: { taskfile: ./packages/lfmt, dir: ./packages/lfmt, internal: true }
n: { taskfile: ./packages/n, dir: ./packages/n, internal: true }
viopen: { taskfile: ./packages/viopen, dir: ./packages/viopen, internal: true }
vipath: { taskfile: ./packages/vipath, dir: ./packages/vipath, internal: true }
which: { taskfile: ./packages/which, dir: ./packages/which, internal: true }
win-envedit: { taskfile: ./packages/win-envedit, dir: ./packages/win-envedit, internal: true }
wsclip: { taskfile: ./packages/wsclip, dir: ./packages/wsclip, internal: true }
tasks:
install:
- rm -rf packages/mono-dev
- mkdir -p packages
- git clone https://github.com/Pistonight/mono-dev --depth 1 packages/mono-dev
check:
- task: lfmt:check
- task: n:check
- task: viopen:check
- task: vipath:check
- task: which:check
- task: win-envedit:check
- task: wsclip:check
- cargo run --bin lfmt -- -c
- lisensor
test:
- task: wsclip:test