-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
40 lines (27 loc) · 732 Bytes
/
Copy pathMakefile
File metadata and controls
40 lines (27 loc) · 732 Bytes
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
34
35
36
37
38
39
40
.PHONY: audit audit-evaluate audit-test distribution-test kit-test links metadata package pins render standalone test validate
audit:
python3 scripts/install_kit.py audit .
audit-test:
python3 scripts/test_auditor.py
audit-evaluate:
python3 scripts/evaluate_auditor.py
kit-test:
python3 scripts/test_install_kit.py
test: audit-test kit-test
standalone:
python3 scripts/build_standalone.py
package: standalone
python3 -m build
distribution-test:
python3 scripts/test_distribution.py
links:
python3 scripts/check_links.py
metadata:
python3 scripts/verify_metadata.py
pins:
python3 scripts/verify_pins.py
render:
python3 scripts/render.py
python3 scripts/render_audit.py
validate:
python3 scripts/validate.py