I am trying to add Travis support to my own libraries. It mostly works, but fails for my tentative rxnim.
Here is my travis file and this is my rx.nims.
It seems that the build fails on Travis, while running nim tests rx locally works fine for me. Apparently, the version of gcc used on Travis misses __ATOMIC_RELAXED.
Any ideas how to make it work?