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

[ci] added github actions for CI #149

Merged
merged 8 commits into from
Jun 9, 2023
Merged

Conversation

simogasp
Copy link
Member

@simogasp simogasp commented Mar 24, 2023

Add the CI using GitHub actions. It builds on 3 different containers with different versions of cuda and of ubuntu.

  • cuda 10.2 on ubuntu 18.04 with gcc 7.4
  • cuda 11.8.0 on ubuntu 20.04 with gcc 9.4
  • cuda 12.1.0 on ubuntu 22.04 with gcc 11.3

Note that for cuda 12 there is currently a segfault error while compiling in Debug, so for the moment the debug is excluded in this version.

The Dockerfile_deps is also updated to use a more recent version of cmake

@simogasp simogasp added this to the v0.9.1 milestone Mar 24, 2023
@simogasp simogasp self-assigned this Mar 24, 2023
@simogasp simogasp force-pushed the dev/ci/add_actions branch 3 times, most recently from 0d0f799 to 0c01b08 Compare March 24, 2023 21:06
@simogasp simogasp linked an issue Mar 24, 2023 that may be closed by this pull request
3 tasks
@fabiencastan fabiencastan merged commit e1b030a into develop Jun 9, 2023
@fabiencastan fabiencastan deleted the dev/ci/add_actions branch June 9, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ci] move ci to github actions
2 participants