Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CI] fixes #10041 move bulk of `travis` and `appveyor` logic to koch.nim ↵ | Timothee Cour | 2019-01-08 | 1 | -18/+3 |
| | | | | (#10183) | ||||
* | kick taint mode | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | fixes the travis build for NIM_COMPILE_TO_CPP | Araq | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | travis: use explicit build matrix; prepare for extensive C++ testing | Araq | 2018-10-18 | 1 | -5/+14 |
| | |||||
* | Testament pre parallel (#9137) | Jacek Sieka | 2018-10-12 | 1 | -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 Cour | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Make "koch docs" copy the dochack.js to the right location too | Kaushal Modi | 2018-09-29 | 1 | -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 docs | Kaushal Modi | 2018-09-27 | 1 | -0/+3 |
| | |||||
* | travis: enforce OSX tests are green | Andreas Rumpf | 2018-09-25 | 1 | -3/+3 |
| | |||||
* | travis: don't run testinstall on OSX | Andreas Rumpf | 2018-09-24 | 1 | -3/+1 |
| | |||||
* | Merge pull request #8992 from kaushalmodi/deploy-nightly-docs | Andreas Rumpf | 2018-09-19 | 1 | -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/Nim | Kaushal Modi | 2018-09-18 | 1 | -1/+13 |
| | | |||||
* | | travis: fixes silly syntax mistakes | Andreas Rumpf | 2018-09-18 | 1 | -2/+2 |
| | | |||||
* | | travis: run 'koch testinstall' on OSX | Andreas Rumpf | 2018-09-18 | 1 | -4/+6 |
| | | |||||
* | | tavis OSX tests should be green always now | Andreas Rumpf | 2018-09-18 | 1 | -3/+3 |
|/ | |||||
* | adjust travis build, don't test Nimble in Nim | Araq | 2018-09-14 | 1 | -5/+5 |
| | |||||
* | 'koch web' is now 'koch docs' | Araq | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 1 | -0/+1 |
| | |||||
* | add nim c -r nimsuggest/tester to travis (#8805) | Timothee Cour | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | attempt to make travis green | Andreas Rumpf | 2018-08-16 | 1 | -2/+0 |
| | |||||
* | travis/testament: disable JS tests on OSX | Andreas Rumpf | 2018-08-06 | 1 | -1/+0 |
| | |||||
* | attempt to make the travis OSX build green | Araq | 2018-08-06 | 1 | -0/+1 |
| | |||||
* | fix issue #8227 | Timothee Cour | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | nimpretty: proper command line handling; added tests; travis ensures these ↵ | Andreas Rumpf | 2018-06-19 | 1 | -0/+2 |
| | | | | stay green | ||||
* | fixes merge conflict | Andreas Rumpf | 2018-06-11 | 1 | -0/+2 |
|\ | |||||
| * | Update .travis.yml | Daniil Yarancev | 2018-06-05 | 1 | -0/+2 |
| | | |||||
* | | make travis use GCC instead of clang | Andreas Rumpf | 2018-05-25 | 1 | -1/+0 |
|/ | |||||
* | Fix lists of paths in posix environment (#7034) | Dennis Felsing | 2018-01-08 | 1 | -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 docs | Federico Ceratto | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | fixes #6707; nimsuggest tests still not green | Andreas Rumpf | 2017-11-08 | 1 | -0/+2 |
| | |||||
* | Install sfml on Mac OS X in travis. | Dominik Picheta | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | Install libsfml-dev on travis. | Dominik Picheta | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | travis build: test documentation generation | Andreas Rumpf | 2017-07-26 | 1 | -0/+1 |
| | |||||
* | allow OSX tests to fail because of travis bugs | Andreas Rumpf | 2017-03-30 | 1 | -0/+5 |
| | |||||
* | travis already ships with nodejs | Andreas Rumpf | 2017-03-29 | 1 | -2/+1 |
| | |||||
* | attempt to make travis OSX tests green and mandatory | Andreas Rumpf | 2017-03-29 | 1 | -9/+5 |
| | |||||
* | travis/appveyor: don't overdo -d:nimCoroutines checking | Araq | 2017-02-26 | 1 | -2/+2 |
| | |||||
* | Removed fasm support. | Rokas Kupstys | 2017-02-20 | 1 | -3/+1 |
| | |||||
* | For CI: -d:nimCoroutines | Rokas Kupstys | 2017-02-20 | 1 | -4/+4 |
| | |||||
* | travis: first attempt to enable OSX tests | Araq | 2017-02-17 | 1 | -0/+10 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-01-29 | 1 | -0/+2 |
|\ | |||||
| * | Travis: Use Ubuntu 14.04 instead of 12.04. | Dominik Picheta | 2017-01-29 | 1 | -1/+3 |
| | | |||||
* | | another attempt to make travis green | Andreas Rumpf | 2017-01-29 | 1 | -1/+1 |
|/ | |||||
* | Another attempt to fix travis. | Dominik Picheta | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | attempt to make travis green again | Andreas Rumpf | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | another attempt to make travis green again | Andreas Rumpf | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | attempt to make travis green again | Andreas Rumpf | 2016-11-24 | 1 | -2/+1 |
| | |||||
* | CI: Depend on Jester HEAD because of nim-lang/nimble#129. | Dominik Picheta | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | Enable coroutines again. | cheatfate | 2016-07-30 | 1 | -1/+3 |
| | |||||
* | Disable fasm usage | cheatfate | 2016-07-29 | 1 | -3/+1 |
| |