emacs-ffi icon indicating copy to clipboard operation
emacs-ffi copied to clipboard

WIP: Setup ci

Open AdrieanKhisbe opened this issue 9 years ago • 2 comments

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

AdrieanKhisbe avatar Dec 29 '15 12:12 AdrieanKhisbe

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.

tromey avatar Dec 29 '15 15:12 tromey

gonna see how to configure travis with gcc. And see how to have emacs25 snapshot on evm :)

AdrieanKhisbe avatar Dec 29 '15 15:12 AdrieanKhisbe