emacs-ffi
emacs-ffi copied to clipboard
WIP: Setup ci
in building PR to setup continuous integration for ffi:
@tromey, I have some questions to ask you to complete this:
- what ccompiler are you using? (version and co, so that I had them to the travis image) https://travis-ci.org/AdrieanKhisbe/emacs-ffi/builds/99239742
- are dymaic module available in snapshot?
this is workd in progress :hammer: not to be merged into master yet
Hi!
I'm currently using the GCC that comes with Fedora 21. That is GCC 4.9.2. But really pretty much any version should work.
Dynamic modules are available only on the Emacs 25 branch. I would imagine this includes the snapshots, but I have never looked.
gonna see how to configure travis with gcc. And see how to have emacs25 snapshot on evm :)