forked from leleliu008/ndk-pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsys2.yml.bak
90 lines (63 loc) · 2.1 KB
/
msys2.yml.bak
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
name: MSYS2
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
testing:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
msystem: [MSYS, MINGW32, MINGW64]
defaults:
run:
shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
update: echo "not outdated"
install: git
- run: git config --global core.autocrlf input
shell: bash
- uses: actions/checkout@v3
- run: bin/ndk-pkg --help
- run: bin/ndk-pkg --version
- run: bin/ndk-pkg ndkmanager ls-available
- run: bin/ndk-pkg env
- run: bin/ndk-pkg integrate zsh
- run: bin/ndk-pkg update
- run: bin/ndk-pkg search lib
- run: bin/ndk-pkg search libzip
- run: bin/ndk-pkg info libzip
- run: bin/ndk-pkg info libzip version
- run: bin/ndk-pkg info libzip webpage
- run: bin/ndk-pkg info libzip
- run: bin/ndk-pkg depends libzip
- run: bin/ndk-pkg homepage
- run: bin/ndk-pkg homepage libzip
- run: bin/ndk-pkg install libzip
- run: bin/ndk-pkg tree libzip 21
- run: bin/ndk-pkg pack libzip 21 tar.gz
- run: bin/ndk-pkg pack libzip 21 tar.xz
- run: bin/ndk-pkg pack libzip 21 tar.bz2
- run: bin/ndk-pkg pack libzip 21 7z
- run: bin/ndk-pkg pack libzip 21 zip
- run: bin/ndk-pkg pack libzip 21 aar
- run: bin/ndk-pkg formula-repo list
- run: bin/ndk-pkg formula view curl
- run: bin/ndk-pkg ls-target-abis
- run: bin/ndk-pkg ls-target-archs
- run: bin/ndk-pkg ls-target-triples
- run: bin/ndk-pkg ls-target-levels
- run: bin/ndk-pkg ls-available
- run: bin/ndk-pkg ls-installed
- run: bin/ndk-pkg ls-outdated
- run: bin/ndk-pkg is-available libzip
- run: bin/ndk-pkg is-installed libzip 21
- run: bin/ndk-pkg is-outdated libzip 21 || echo "not outdated"
- run: bin/ndk-pkg uninstall libzip
- run: bin/ndk-pkg fetch curl
- run: bin/ndk-pkg upgrade @self