Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis now only builds devel docs | narimiran | 2020-03-09 | 1 | -49/+7 |
| | |||||
* | attempt to add valgrind support to the CIs and testament (#12646) | Andreas Rumpf | 2019-11-18 | 1 | -0/+2 |
| | | | | | | * attempt to add valgrind support to the CIs and testament * valgrind (currently) works only on 64-bit Linux | ||||
* | [other] update homebrew, fix travis fails on OSX (#11541) | Miran | 2019-06-19 | 1 | -0/+1 |
| | |||||
* | travis: cleanup & add 32-bit Linux testing (#11337) | alaviss | 2019-05-30 | 1 | -14/+34 |
| | |||||
* | travis: minor opimizations (#11327) | alaviss | 2019-05-25 | 1 | -6/+6 |
| | | | | | | * travis: use homebrew addon * travis: parallelize csources building | ||||
* | Small CI improvements (#10699) | LemonBoy | 2019-02-18 | 1 | -0/+2 |
| | | | | | | * [appveyor] Cache all the downloaded binaries * [travis] Enable fast_finish | ||||
* | fix travis: add set -e in script (#10631) | Timothee Cour | 2019-02-12 | 1 | -0/+2 |
| | |||||
* | travis:upgrade to xenial (trusty end of life is april 2019) (#10643) | Timothee Cour | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | Improve Travis CI folding (#10473) | Federico Ceratto | 2019-01-28 | 1 | -0/+2 |
| | |||||
* | Print error summary in Travis CI (#10474) | Federico Ceratto | 2019-01-28 | 1 | -0/+4 |
| | |||||
* | [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures ↵ | Timothee Cour | 2019-01-17 | 1 | -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 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 |
| |