summary refs log tree commit diff stats
path: root/appveyor.yml
Commit message (Expand)AuthorAgeFilesLines
* disable Nimble dependencies for appveyorAraq2018-09-141-5/+5
* appveyor: attempt to make the build more robustAraq2018-09-101-3/+2
* make tests green againAraq2018-09-071-0/+1
* Genode fixes (#8501)Emery Hemingway2018-08-161-0/+1
* Update appveyor.ymlTimothee Cour2018-07-061-1/+1
* nimpretty: also test on Windows/AppveyorAndreas Rumpf2018-06-191-0/+2
* Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-051-0/+1
* disable 'koch boot' on AppVeyor to speedup the process; will be re-enabled af...Araq2017-08-041-1/+0
* make appveyor builds fasterAndreas Rumpf2017-06-301-2/+2
* travis/appveyor: don't overdo -d:nimCoroutines checkingAraq2017-02-261-2/+2
* Removed fasm support.Rokas Kupstys2017-02-201-10/+1
* For CI: -d:nimCoroutinesRokas Kupstys2017-02-201-4/+4
* Fix appveyor.yml shows green, when failed. (#5396)Eugene Kabanov2017-02-151-4/+1
* minor appveyor updateAraq2017-02-021-1/+1
* updated appveyor.ymlAndreas Rumpf2017-02-011-12/+11
* Appveyor integration config (#5295)Eugene Kabanov2017-01-291-0/+75
* disabled appveyor tests since they die with a timeoutAndreas Rumpf2015-12-151-36/+0
* try with windows slashesAman Gupta2015-10-131-1/+1
* use tester directlyAman Gupta2015-10-131-1/+2
* really be pedanticAman Gupta2015-10-131-1/+1
* show current commitAman Gupta2015-10-071-0/+1
* install zlibAman Gupta2015-10-071-0/+1
* download and extract fasm.exeAman Gupta2015-10-071-0/+2
* avoid libcurl.dll since it clashes with msys curlAman Gupta2015-10-071-1/+2
* use pre-built dllsAman Gupta2015-10-071-7/+3
* show openssl-devel contentsAman Gupta2015-10-071-1/+2
* show libopenssl contentsAman Gupta2015-10-071-0/+4
* install libsslAman Gupta2015-10-071-3/+3
* list out openssl contentsAman Gupta2015-10-071-1/+3
* try installing openssl?Aman Gupta2015-10-071-0/+1
* add bin to pathAman Gupta2015-10-071-2/+2
* add nim.exe artifactAman Gupta2015-10-071-0/+3
* add test scriptAman Gupta2015-10-071-0/+9
* so closeAman Gupta2015-10-071-1/+1
* oh yea windows pathsAman Gupta2015-10-071-2/+4
* oops, wrong nameAman Gupta2015-10-071-0/+12
* rename; faster clonesAman Gupta2015-10-071-12/+0
* start with 64-bit buildAman Gupta2015-10-071-2/+2
* try mingw64 pathAman Gupta2015-10-071-1/+1
* try usr/binAman Gupta2015-10-071-1/+1
* set path for msys64Aman Gupta2015-10-071-0/+1
* use the batch fileAman Gupta2015-10-071-1/+6
* add basic appveyor configAman Gupta2015-10-071-0/+6
Morrison <ben@gbmor.dev> 2019-06-03 18:25:27 -0400 ?page=N query added' href='/gbmor/getwtxt/commit/handlers.go?h=v0.4.14&id=90638ac1c20301257ddc08a77451efb4c7d99a66'>90638ac ^
505c5d8 ^
505c5d8 ^

37be25f ^


505c5d8 ^
a6f47c0 ^

dec003b ^
1168570 ^
505c5d8 ^
f4eb1c7 ^
1168570 ^








df1d1ef ^
1168570 ^




dec003b ^




1168570 ^
90638ac ^
dec003b ^

a6f47c0 ^

dec003b ^
1168570 ^
dec003b ^
f4eb1c7 ^
1168570 ^












37be25f ^
37bf8b0 ^
37be25f ^




37bf8b0 ^
1168570 ^



37be25f ^
37bf8b0 ^
37be25f ^






37bf8b0 ^
1168570 ^
90638ac ^
1168570 ^

a6f47c0 ^

1168570 ^
a6f47c0 ^
1168570 ^









711012e ^
1168570 ^

1168570 ^
2b0d4a5 ^
1168570 ^



2b0d4a5 ^


1168570 ^






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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228