File tree 1 file changed +8
-18
lines changed
1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.0
2
2
3
3
jobs :
4
- ubuntu2404 :
5
- docker :
6
- - image : ubuntu:24.04
7
- steps :
8
- - checkout
9
- - run : apt update && DEBIAN_FRONTEND=noninteractive apt -y install git gcc clang cmake libgcrypt20-dev libgtk-3-dev libzip-dev libjansson-dev libpng-dev libzbar-dev libprotobuf-c-dev libsecret-1-dev uuid-dev libprotobuf-dev libqrencode-dev
10
- - run : chmod +x .ci/install_deps.sh && .ci/install_deps.sh
11
- - run : chmod +x .ci/install_otpclient.sh && .ci/install_otpclient.sh
12
-
13
- ubuntuLatestRolling :
4
+ archlinux :
14
5
docker :
15
- - image : ubuntu:rolling
6
+ - image : archlinux:latest
16
7
steps :
17
8
- checkout
18
- - run : apt update && DEBIAN_FRONTEND=noninteractive apt -y install git gcc clang cmake libgcrypt20-dev libgtk-3-dev libzip-dev libjansson-dev libpng-dev libzbar-dev libprotobuf-c-dev libsecret-1-dev uuid-dev libprotobuf-dev libqrencode-dev
9
+ - run : pacman -Syu --noconfirm && pacman -S --noconfirm pkg-config git gtk3 libgcrypt zbar gcc clang cmake make libzip jansson libpng protobuf-c libsecret util-linux-libs qrencode
19
10
- run : chmod +x .ci/install_deps.sh && .ci/install_deps.sh
20
11
- run : chmod +x .ci/install_otpclient.sh && .ci/install_otpclient.sh
21
12
@@ -37,21 +28,20 @@ jobs:
37
28
- run : chmod +x .ci/install_deps.sh && .ci/install_deps.sh
38
29
- run : chmod +x .ci/install_otpclient.sh && .ci/install_otpclient.sh
39
30
40
- archlinux :
31
+ ubuntu2404 :
41
32
docker :
42
- - image : archlinux:latest
33
+ - image : ubuntu:24.04
43
34
steps :
44
35
- checkout
45
- - run : pacman -Syu --noconfirm && pacman -S --noconfirm pkg-config git gtk3 libgcrypt zbar gcc clang cmake make libzip jansson libpng protobuf-c libsecret util-linux-libs qrencode
36
+ - run : apt update && DEBIAN_FRONTEND=noninteractive apt -y install git gcc clang cmake libgcrypt20-dev libgtk-3-dev libzip-dev libjansson-dev libpng-dev libzbar-dev libprotobuf-c-dev libsecret-1-dev uuid-dev libprotobuf-dev libqrencode-dev
46
37
- run : chmod +x .ci/install_deps.sh && .ci/install_deps.sh
47
38
- run : chmod +x .ci/install_otpclient.sh && .ci/install_otpclient.sh
48
39
49
40
workflows :
50
41
version : 2
51
42
build :
52
43
jobs :
53
- - ubuntu2404
54
- - ubuntuLatestRolling
44
+ - archlinux
55
45
- debianLatestStable
56
46
- fedoraLatestStable
57
- - archlinux
47
+ - ubuntu2404
You can’t perform that action at this time.
0 commit comments