summary refs log tree commit diff stats
path: root/build/ci
diff options
context:
space:
mode:
Diffstat (limited to 'build/ci')
-rw-r--r--build/ci/gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/ci/gitlab-ci.yml b/build/ci/gitlab-ci.yml
index a8ec0f4..da75beb 100644
--- a/build/ci/gitlab-ci.yml
+++ b/build/ci/gitlab-ci.yml
@@ -18,6 +18,8 @@ compile:
       - find *
       - cd $GOPATH/src/$REPO_NAME/cmd/cetus-nasa
       - GOOS=openbsd GOARCH=amd64 go build -o $CI_PROJECT_DIR/cetus-nasa-openbsd-amd64
+      - GOOS=linux GOARCH=amd64 go build -o $CI_PROJECT_DIR/cetus-nasa-linux-amd64
     artifacts:
       paths:
         - cetus-nasa-openbsd-amd64
+        - cetus-nasa-linux-amd64
com> 2011-10-02 18:38:54 +0200 CHANGELOG: sorted items' href='/akspecs/ranger/commit/CHANGELOG?h=v1.7.2&id=fc0c76f9fa577cb8e5db2ba75963864c6ef67b33'>fc0c76f9 ^
5abcb148 ^
fc0c76f9 ^

ef2b1e37 ^
2ed2d4f7 ^




b7b8f3a0 ^




c8f870cb ^



ef2b1e37 ^















81f5ac9e ^
efd7c0c1 ^






cbcd3325 ^






81f5ac9e ^
cbcd3325 ^
d3bcb234 ^

cbcd3325 ^
81f5ac9e ^











cbcd3325 ^
90018274 ^




cbcd3325 ^
95e021ae ^

c928a9eb ^
95e021ae ^
cbcd3325 ^
95e021ae ^















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
108