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

Github Action : test with docker for Centos CI #70

Closed
jmkerloch opened this issue Oct 30, 2020 · 0 comments · Fixed by #72
Closed

Github Action : test with docker for Centos CI #70

jmkerloch opened this issue Oct 30, 2020 · 0 comments · Fixed by #72
Labels
enhancement New feature or request

Comments

@jmkerloch
Copy link
Contributor

For now CI is done on Ubuntu and Windows, we need to check GitHub Action with docker use so we can compile on Centos for instance.

Check this article for a simple docker use : https://www.edwardthomson.com/blog/github_actions_5_building_in_containers.html

It seems to be simple as :

jobs:
  build:
    runs-on: ubuntu-latest
    container: 'centos:latest'
@jmkerloch jmkerloch added the enhancement New feature or request label Oct 30, 2020
@jmkerloch jmkerloch linked a pull request Nov 4, 2020 that will close this issue
flomnes pushed a commit that referenced this issue Aug 24, 2022
CSR comments implementation update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant