-
Notifications
You must be signed in to change notification settings - Fork 3
77 lines (49 loc) · 1.56 KB
/
opensuse-leap.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
name: openSUSE Leap
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tag: [15.4, 15.3]
container: opensuse/leap:${{ matrix.tag }}
steps:
- run: zypper update -y
- run: zypper install -y curl tar gzip xz gcc-c++
- uses: actions/checkout@v4
- run: ./ppkg --help
- run: ./ppkg --version
- run: ./ppkg setup
- run: ./ppkg about
- run: ./ppkg integrate zsh
- run: ./ppkg update
- run: ./ppkg search lib
- run: ./ppkg search uctags
- run: ./ppkg info-available uctags
- run: ./ppkg info-available uctags version
- run: ./ppkg info-available uctags web-url
- run: ./ppkg info-available uctags src-url
- run: ./ppkg depends uctags
- run: ./ppkg install uctags
- run: ./ppkg tree uctags
- run: ./ppkg pack uctags -t tar.xz
- run: zypper install -y rpmdevtools rpmlint rpm-build
- run: ./ppkg export.rpm uctags -o ~/
- run: ./ppkg export.rpm uctags -o a/b.rpm
- run: rpm -i a/b.rpm
- run: rpm -ql uctags
- run: ./ppkg formula-repo-list
- run: ./ppkg ls-available
- run: ./ppkg ls-installed
- run: ./ppkg ls-outdated
- run: ./ppkg is-available uctags
- run: ./ppkg is-installed uctags
- run: ./ppkg is-outdated uctags || echo "not outdated"
- run: ./ppkg uninstall uctags
- run: ./ppkg fetch curl
- run: ./ppkg upgrade-self