From 7a97457358a0f85ca08337dd8fa6f43b95da702f Mon Sep 17 00:00:00 2001 From: Charadon Date: Thu, 2 Jun 2022 19:42:07 -0400 Subject: For super real --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adeeac4..2534670 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ build-job: # This job runs in the build stage, which runs first. script: - apk add meson - apk add gcc + - apk add alpine-sdk - meson build - cd build - ninja -- cgit 1.4.1-2-gfad0 less/dwm/'>suckless/dwm
Unnamed repository; edit this file 'description' to name the repository.
about summary refs log tree commit diff stats
path: root/dwm.html
blob: d1602fb15989743fc400aedd738cd8ada25477cb (plain) (blame)
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