Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Licensing issue: Travis-CI + ICC ?

Marián__VooDooMan__M
New Contributor II
633 Views

Greetings,

I have non-commercial project which is fine-tuned for ICC, but Travis-CI only supports GCC, due to license of ICC which is free only for non-commercial projects on Linux.

See this thread: https://github.com/travis-ci/travis-ci/issues/4604

best, vdm.

 
0 Kudos
1 Solution
Marián__VooDooMan__M
New Contributor II
633 Views

PS: I am sorry for cross-posting, but I believe this one is in its right place so we can make a progress...

 

View solution in original post

0 Kudos
5 Replies
Marián__VooDooMan__M
New Contributor II
634 Views

PS: I am sorry for cross-posting, but I believe this one is in its right place so we can make a progress...

 
0 Kudos
KitturGanesh
Employee
633 Views

Hi, Marian, good point and I've passed on your feedback to the product team, fyi - thx.

_Kittur

0 Kudos
nemequ
New Contributor I
633 Views

I've created a script to install ICC on Travis CI: https://github.com/nemequ/icc-travis

It's not perfect, but it's quite workable.  I've used it to add an ICC build to Squash.

0 Kudos
KitturGanesh
Employee
633 Views

Interesting, thanks Evan. I've passed on this info to the product team as well - appreciate much.
_Kittur

0 Kudos
Demaille__Akim
Beginner
633 Views

It seems that this script ceased to work a couple of weeks ago, because of changes on Intel's side.  I used it for GNU Bison's CI on Travis.

What is the recommended way today to use ICC for CI of Open Source projects?

Thanks in advance.

0 Kudos
Reply