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

Misc.: Use github action to run CI on linux and macos #3353

Merged
merged 3 commits into from
Jan 25, 2021
Merged

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Jan 12, 2021

closes #3272

@t20100
Copy link
Member Author

t20100 commented Jan 20, 2021

CI working with github actions for linux, macos and windows.
It seems, it needs to be on master branch to start working, so for looking at the result, see on my fork: https://github.com/t20100/silx/actions/runs/499115931

Here is the matrix of effectively tested features:

os GUI OpenGL OpenCL
linux
macos
windows

@kif
Copy link
Member

kif commented Jan 25, 2021

Any idea why OpenCL is failing on linux ? it should work, no ?

@kif
Copy link
Member

kif commented Jan 25, 2021

I just checked with pyFAI, and the OpenCL part is also skipped on GH-actions
LGTM.

@kif kif merged commit 238a21a into silx-kit:master Jan 25, 2021
@t20100
Copy link
Member Author

t20100 commented Jan 25, 2021

Thanks for the merge! Let's see how it goes...

For OpenCL on linux, only ocl-icd-opencl-dev is installed so there is probably no OpenCL device installed (I took it from our .travis.yml)

@t20100 t20100 deleted the ci branch January 25, 2021 16:55
@t20100
Copy link
Member Author

t20100 commented Jan 25, 2021

Looking at it, https://github.com/silx-kit/silx/blob/master/ci/intel_opencl_icd.sh is no longer called.

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

Successfully merging this pull request may close these issues.

Consider using azure pipeline for CI
2 participants