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

Add Continuous Integration #5

Open
3 tasks
AntoinePrv opened this issue Jan 25, 2021 · 1 comment
Open
3 tasks

Add Continuous Integration #5

AntoinePrv opened this issue Jan 25, 2021 · 1 comment

Comments

@AntoinePrv
Copy link
Member

Github Action seems to be the best option to get CI on MacOS, Windows, and Linux.

We don't have Bliss tests for now so maybe we can start with:

  • testing the Bliss compiles
  • Testing the CMake installs
  • A short program to test that bliss can be found and linked against

What do we want to support:

  • Gcc >= ???, Clang >= ???, AppleClang >= ???, MSVC >= ???
  • Windows, MacOs, Linux. Is 64 bits enough ?
  • CMake >= ???

cc: @fschloesser @matbesancon

@fschloesser
Copy link
Collaborator

I would start supporting gcc and clang, 64 bits for the three main platforms and cmake 3.10 upwards (that is the standard for ubuntu 3.10, which we are using atm)

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

No branches or pull requests

2 participants