summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-14 23:37:51 +0530
committerAndinus <andinus@inventati.org>2020-03-14 23:37:51 +0530
commit3d25dff251cde9fad0582fd31e2ad4b95bec0288 (patch)
treea4a894613bd3946c05c8efd5930fa944a028e8c1
parentd7f130bafd264f109178b995df179372ab4cf229 (diff)
downloadcetus-3d25dff251cde9fad0582fd31e2ad4b95bec0288.tar.gz
Build linux image with gitlab-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
m> 2015-07-13 17:20:56 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-07-13 17:20:56 -0700 1769 - routines can now have global variables' href='/akkartik/mu/commit/047global.cc?h=main&id=385d3080066bc22d264b1ae30ee2505cab6cc202'>385d3080 ^
263e6b2a ^



385d3080 ^

e06dbec0 ^
385d3080 ^






b24eb476 ^
385d3080 ^

a2739bc6 ^
385d3080 ^
5f98a10c ^
c6034af3 ^
795f5244 ^
c6034af3 ^
455fbac6 ^
c6034af3 ^
455fbac6 ^



1b76245c ^
5f98a10c ^
dfc6e268 ^
1b76245c ^
385d3080 ^




b24eb476 ^
385d3080 ^

1b76245c ^
263e6b2a ^
385d3080 ^

dfc6e268 ^



1ead3562 ^
455fbac6 ^
bc643692 ^

dfc6e268 ^
5f98a10c ^

dfc6e268 ^





385d3080 ^

b24eb476 ^
385d3080 ^
ae256ea1 ^
385d3080 ^


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