summary refs log tree commit diff stats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* [other] update homebrew, fix travis fails on OSX (#11541)Miran2019-06-191-0/+1
|
* travis: cleanup & add 32-bit Linux testing (#11337)alaviss2019-05-301-14/+34
|
* travis: minor opimizations (#11327)alaviss2019-05-251-6/+6
| | | | | | * travis: use homebrew addon * travis: parallelize csources building
* Small CI improvements (#10699)LemonBoy2019-02-181-0/+2
| | | | | | * [appveyor] Cache all the downloaded binaries * [travis] Enable fast_finish
* fix travis: add set -e in script (#10631)Timothee Cour2019-02-121-0/+2
|
* travis:upgrade to xenial (trusty end of life is april 2019) (#10643)Timothee Cour2019-02-121-1/+1
|
* Improve Travis CI folding (#10473)Federico Ceratto2019-01-281-0/+2
|
* Print error summary in Travis CI (#10474)Federico Ceratto2019-01-281-0/+4
|
* [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures ↵Timothee Cour2019-01-171-2/+3
| | | | | | | | (#10315) * better fix for `nim cpp` bootstrap error: error: no member named raise_id * [CI] now enables runs NIM_COMPILE_TO_CPP=true without allow_failures * workaround refs #10343
* [CI] fixes #10041 move bulk of `travis` and `appveyor` logic to koch.nim ↵Timothee Cour2019-01-081-18/+3
| | | | (#10183)
* kick taint modeArne Döring2018-12-111-1/+1
|
* fixes the travis build for NIM_COMPILE_TO_CPPAraq2018-11-111-1/+1
|
* travis: use explicit build matrix; prepare for extensive C++ testingAraq2018-10-181-5/+14
|
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-2/+2
| | | | | | | | | | * testament: move to root dir (it's not a test) * osproc: fix process index passed to afterRunEvent for parallel runs it was passing the index of the process, not index of all commands * testament: complete file move
* fix #9295 (#9299)Timothee Cour2018-10-111-1/+1
|
* Make "koch docs" copy the dochack.js to the right location tooKaushal Modi2018-09-291-4/+1
| | | | | | | | | | - Fixes https://github.com/nim-lang/Nim/issues/9104. - Fixes https://github.com/nim-lang/Nim/issues/9095. Expect dochack.js to be fetched from the doc/html/ dir instead of from doc/. Also remove an unused and unexported proc pathPart.
* Generate the dochack.js before deploying the devel docsKaushal Modi2018-09-271-0/+3
|
* travis: enforce OSX tests are greenAndreas Rumpf2018-09-251-3/+3
|
* travis: don't run testinstall on OSXAndreas Rumpf2018-09-241-3/+1
|
* Merge pull request #8992 from kaushalmodi/deploy-nightly-docsAndreas Rumpf2018-09-191-1/+13
|\ | | | | Deploy devel build of docs to https://nim-lang.github.io/Nim
| * Deploy devel build of docs to https://nim-lang.github.io/NimKaushal Modi2018-09-181-1/+13
| |
* | travis: fixes silly syntax mistakesAndreas Rumpf2018-09-181-2/+2
| |
* | travis: run 'koch testinstall' on OSXAndreas Rumpf2018-09-181-4/+6
| |
* | tavis OSX tests should be green always nowAndreas Rumpf2018-09-181-3/+3
|/
* adjust travis build, don't test Nimble in NimAraq2018-09-141-5/+5
|
* 'koch web' is now 'koch docs'Araq2018-09-141-1/+1
|
* added a test for 'nim doc'Andreas Rumpf2018-09-071-0/+1
|
* add nim c -r nimsuggest/tester to travis (#8805)Timothee Cour2018-08-291-1/+1
|
* attempt to make travis greenAndreas Rumpf2018-08-161-2/+0
|
* travis/testament: disable JS tests on OSXAndreas Rumpf2018-08-061-1/+0
|
* attempt to make the travis OSX build greenAraq2018-08-061-0/+1
|
* fix issue #8227Timothee Cour2018-07-061-1/+1
|
* nimpretty: proper command line handling; added tests; travis ensures these ↵Andreas Rumpf2018-06-191-0/+2
| | | | stay green
* fixes merge conflictAndreas Rumpf2018-06-111-0/+2
|\
| * Update .travis.ymlDaniil Yarancev2018-06-051-0/+2
| |
* | make travis use GCC instead of clangAndreas Rumpf2018-05-251-1/+0
|/
* Fix lists of paths in posix environment (#7034)Dennis Felsing2018-01-081-1/+1
| | | | | Empty paths in a colon separated list would be considered as the current directory, so have to ensure $PATH and $LD_LIBRARY_PATH are not empty before separating it with :
* Add check for broken code-block in docsFederico Ceratto2017-11-141-0/+2
|
* fixes #6707; nimsuggest tests still not greenAndreas Rumpf2017-11-081-0/+2
|
* Install sfml on Mac OS X in travis.Dominik Picheta2017-10-021-0/+1
|
* Install libsfml-dev on travis.Dominik Picheta2017-10-021-0/+1
|
* travis build: test documentation generationAndreas Rumpf2017-07-261-0/+1
|
* allow OSX tests to fail because of travis bugsAndreas Rumpf2017-03-301-0/+5
|
* travis already ships with nodejsAndreas Rumpf2017-03-291-2/+1
|
* attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-9/+5
|
* travis/appveyor: don't overdo -d:nimCoroutines checkingAraq2017-02-261-2/+2
|
* Removed fasm support.Rokas Kupstys2017-02-201-3/+1
|
* For CI: -d:nimCoroutinesRokas Kupstys2017-02-201-4/+4
|
* travis: first attempt to enable OSX testsAraq2017-02-171-0/+10
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-01-291-0/+2
|\
tle='author Araq <rumpf_a@web.de> 2011-05-02 20:42:29 +0200 committer Araq <rumpf_a@web.de> 2011-05-02 20:42:29 +0200 fixes #12' href='/ahoang/Nim/commit/compiler/cgmeth.nim?h=devel&id=7d2b3dd6db07203d7ff7a083ddae62aa8e7942c8'>7d2b3dd6d ^
e25474154 ^




2df9b442c ^
7d2b3dd6d ^
e25474154 ^

2df9b442c ^
e25474154 ^

2df9b442c ^
7d2b3dd6d ^

e25474154 ^






7d2b3dd6d ^

e25474154 ^
7d2b3dd6d ^


6a8a409f1 ^
7d2b3dd6d ^



92b8fac94 ^
7d2b3dd6d ^
e25474154 ^



7d2b3dd6d ^
e25474154 ^



7d2b3dd6d ^
e25474154 ^
7d2b3dd6d ^
e25474154 ^



7d2b3dd6d ^


e25474154 ^



7d2b3dd6d ^
e25474154 ^
7d2b3dd6d ^






c51763915 ^
e25474154 ^
5b28d0820 ^
e25474154 ^

ade67f1ab ^
e25474154 ^
92b8fac94 ^
e25474154 ^


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