summary refs log tree commit diff stats
path: root/ci/nsis_build.bat
Commit message (Expand)AuthorAgeFilesLines
* CI: ZIPs don't have an underscore in the filename.Dominik Picheta2016-10-161-2/+2
* Improve niminst zip error message and fix CI build.Dominik Picheta2016-10-161-5/+2
* zip files for WindowsAraq2016-10-091-0/+4
* CI: NSIS fixes and temporary removal of Linux builds.Dominik Picheta2016-09-291-4/+8
* nimsuggest is built by koch.nim insteadAndreas Rumpf2016-09-271-9/+0
* CI: Fixes NSIS deployments.Dominik Picheta2016-09-241-2/+0
* CI: For Windows deploy run `koch winrelease`.Dominik Picheta2016-09-181-1/+1
* GitLab CI: installers are now just renamed in build dir.Dominik Picheta2016-09-141-2/+2
* Improvements to GitLab CI NSIS script.Dominik Picheta2016-09-091-9/+13
* Attempt to fix nsis_build.bat.Dominik Picheta2016-09-091-2/+6
* Add Windows deploy stage to GitLab CI.Dominik Picheta2016-09-081-0/+57
-04-07 15:16:26 +0200 committer def <dennis@felsin9.de> 2015-04-07 15:47:18 +0200 Get rid of deprecation warnings' href='/ahoang/Nim/commit/compiler/ccgtrav.nim?h=devel&id=39049e151f8d88f34baa74373ef92233005f3af2'>39049e151 ^
03ba0f3e2 ^
f3d530e48 ^
03ba0f3e2 ^
39049e151 ^
03ba0f3e2 ^





92b8fac94 ^
03ba0f3e2 ^

39049e151 ^
03ba0f3e2 ^





39049e151 ^
03ba0f3e2 ^
39049e151 ^

03ba0f3e2 ^

7d6500f1d ^

39049e151 ^
03ba0f3e2 ^

39049e151 ^
e65c296bc ^
39049e151 ^
03ba0f3e2 ^


39049e151 ^
03ba0f3e2 ^


5b0d8246f ^
03ba0f3e2 ^




a42545ea3 ^
39049e151 ^
a42545ea3 ^
39049e151 ^
03ba0f3e2 ^

e65c296bc ^
03ba0f3e2 ^

92b8fac94 ^
7d6500f1d ^
39049e151 ^
03ba0f3e2 ^
df1ec0939 ^
56b4e3ad9 ^

a42545ea3 ^
56b4e3ad9 ^
73c6efdf6 ^
03ba0f3e2 ^
39049e151 ^
03ba0f3e2 ^
39049e151 ^
03ba0f3e2 ^

df1ec0939 ^
39049e151 ^




03ba0f3e2 ^


39049e151 ^
03ba0f3e2 ^


39049e151 ^


03ba0f3e2 ^
39049e151 ^


03ba0f3e2 ^
438703f59 ^
03ba0f3e2 ^
39049e151 ^
03ba0f3e2 ^
5b0d8246f ^
5c33f7651 ^
39049e151 ^
5c33f7651 ^
39049e151 ^








ab6f79340 ^
39049e151 ^
ab6f79340 ^

6ddd4e6a3 ^
ab6f79340 ^
39049e151 ^
6ddd4e6a3 ^

39049e151 ^

ab6f79340 ^

39049e151 ^
6ddd4e6a3 ^
39049e151 ^





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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151