summary refs log tree commit diff stats
path: root/tests/niminaction
Commit message (Collapse)AuthorAgeFilesLines
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Ref #12103 - adds FreeBSD CI * Fix getApplFreebsd - length of the string includes the null terminator byte, so minus 1 for result length * Show last commit in setup task. * Remove .git from repository URL * Don't include noisy details showing last commit. * Add FreeBSD build status badge * Fix #12182 - disable tconsole on FreeBSD * Disable tgetaddrinfo on FreebSD as getaddrinfo doesn't support the ICMP protocol. * Install boehm-gc-threaded * Use libgc-threaded.so on FreeBSD rather than libgc.so. * Simplify build failure handling. Update alt text for CI badge. * Disable test on FreeBSD * Simplify build config - use GNU make to build csources - set PATH variable using the environment key - remove modification of config to set CC as this is already set * Install git which seems to be missing from current freebsd images * Revert change to how path is set * Add a comment explaining why the length is truncated * Fix tconsole.
* remove deprecated procs (#12535)Andreas Rumpf2019-11-059-14/+14
|
* #12141 Define SDL lib name for OpenBSD and FreeBSD (#12143)Euan2019-09-061-1/+5
| | | | | | * Define SDL lib name for OpenBSD and FreeBSD * Merge Linux and FreeBSD definitions
* fix sdl_test test that failed in CI cpp mode (#10314)Timothee Cour2019-01-151-6/+18
| | | | | | * fix sdl_test test that failed in CI cpp mode * preserve old code for NimInAction in `nim c` mode
* lots of small changesArne Döring2018-12-119-9/+9
|
* require errormsg to be specified before file.Arne Döring2018-12-115-12/+12
|
* fix for nimInActionArne Döring2018-11-2315-18/+76
|
* Adds smaller code samples from Chapters 1-3 to the tester.Dominik Picheta2018-06-1710-0/+605
|
* enable unguarded_access testAndreas Rumpf2017-10-021-0/+5
|
* attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
|
* Add tests for examples from Nim in Action.Dominik Picheta2017-10-0133-0/+1169