Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] fix-#452 compilation issue on appveyor with msvc (#368) #453

Merged
merged 1 commit into from
Apr 21, 2020

Conversation

benEnsta
Copy link
Contributor

@benEnsta benEnsta commented Apr 3, 2020

Add appveyor example script with cmake and release upload on github

@cyrilbouvier
Copy link
Contributor

Ok for me.

Just one note: if you want cmake to find cppunit, you should change

      CPPUNIT_INCLUDE_DIR: C:\tools\vcpkg\installed\x64-windows\include
      CPPUNIT_LIBRARY: C:\tools\vcpkg\installed\x64-windows\lib\cppunit_dll.lib

to

      CPPUNIT_DIR: C:\tools\vcpkg\installed\x64-windows

and add this one one the command line of cmake. You should be able to run the equivalent of 'make check' now.

Add appveyor exmaple script with cmake
@cyrilbouvier cyrilbouvier merged commit 4e60e59 into ibex-team:develop Apr 21, 2020
@gchabert
Copy link
Contributor

Je vois qu'il y a encore un souci avec quelques lignes qui ont été rapatriées avec le plugin optim, je m'en occupe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants