-
Notifications
You must be signed in to change notification settings - Fork 14
107 lines (71 loc) · 2.74 KB
/
debian.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: Debian GNU/Linux
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tag: [12, 11]
container: debian:${{ matrix.tag }}
steps:
- uses: actions/checkout@v4
- run: ./ndk-pkg --help
- run: ./ndk-pkg -h
- run: ./ndk-pkg --version
- run: ./ndk-pkg -V
- run: ./ndk-pkg about
- run: ./ndk-pkg setup -y
- run: ./ndk-pkg sysinfo
- run: ./ndk-pkg integrate zsh
- run: ./ndk-pkg update
- run: ./ndk-pkg search lib
- run: ./ndk-pkg search libzip
- run: ./ndk-pkg info-available libzip
- run: ./ndk-pkg info-available libzip --yaml
- run: ./ndk-pkg info-available libzip --json
- run: ./ndk-pkg info-available libzip version
- run: ./ndk-pkg info-available libzip license
- run: ./ndk-pkg info-available libzip summary
- run: ./ndk-pkg info-available libzip web-url
- run: ./ndk-pkg info-available libzip git-url
- run: ./ndk-pkg info-available libzip git-sha
- run: ./ndk-pkg info-available libzip git-ref
- run: ./ndk-pkg info-available libzip src-url
- run: ./ndk-pkg info-available libzip src-sha
- run: ./ndk-pkg depends libzip
- run: ./ndk-pkg depends libzip -t dot
- run: ./ndk-pkg depends libzip -t box
- run: ./ndk-pkg depends libzip -t dot -o a/
- run: ./ndk-pkg depends libzip -o libzip.box
- run: ./ndk-pkg install libzip
- run: ./ndk-pkg info-installed libzip --prefix
- run: ./ndk-pkg info-installed libzip --files
- run: ./ndk-pkg info-installed libzip version
- run: ./ndk-pkg info-installed libzip builtat
- run: ./ndk-pkg info-installed libzip builtat-iso-8601
- run: ./ndk-pkg info-installed libzip builtat-rfc-3339
- run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc
- run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc
- run: ./ndk-pkg tree libzip
- run: ./ndk-pkg tree libzip -a
- run: ./ndk-pkg pack libzip
- run: ./ndk-pkg pack libzip -t tar.gz
- run: ./ndk-pkg pack libzip -t tar.xz
- run: ./ndk-pkg pack libzip -t tar.xz -o .
- run: ./ndk-pkg pack libzip -o .
- run: ./ndk-pkg pack libzip -o xx.tar.xz
- run: ./ndk-pkg formula-repo-list
- run: ./ndk-pkg ls-available
- run: ./ndk-pkg ls-installed
- run: ./ndk-pkg ls-outdated
- run: ./ndk-pkg is-available libzip
- run: ./ndk-pkg is-installed libzip
- run: ./ndk-pkg is-outdated libzip || echo "not outdated"
- run: ./ndk-pkg uninstall libzip
- run: ./ndk-pkg fetch curl
- run: ./ndk-pkg upgrade-self