summary refs log tree commit diff stats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2018-08-16 18:12:37 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-16 18:12:37 +0200
commit2da0341b4d6828479c5dc75a233b47732f53cf6c (patch)
tree525b358312f727da17dc631e0e2090041c46f8eb /appveyor.yml
parent87b2d2aad6a19ae0e2cafb7fcc8ac1502aed01fa (diff)
downloadNim-2da0341b4d6828479c5dc75a233b47732f53cf6c.tar.gz
Genode fixes (#8501)
* Genode fixes

- wrap strings in "Genode::Cstring" when logging
- define SIGABRT for Genode
- disable GCC -fstack-protector
- use log RPC for fatal messages
- add --os:genode build to appveyor
- define paramStr and paramCount

* Select fixups for Genode POSIX
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5aa3798b1..cb4ac9e00 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,6 +55,7 @@ build_script:
   - nimble install jester@#head -y
   - nimble install niminst
   - nim c --taintMode:on -d:nimCoroutines tests/testament/tester
+  - nim c --taintMode:on -d:nimCoroutines --os:genode -d:posix --compileOnly tests/testament/tester
 
 test_script:
   - tests\testament\tester --pedantic all -d:nimCoroutines