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

Implement windows runner for Github Actions #2

Open
Razdeep opened this issue Oct 7, 2020 · 2 comments
Open

Implement windows runner for Github Actions #2

Razdeep opened this issue Oct 7, 2020 · 2 comments
Labels

Comments

@Razdeep
Copy link
Owner

Razdeep commented Oct 7, 2020

Currently, Github Actions for Linux and Mac works.
Add windows runner in ./github/workflows/cmake.yml

@cindy-luck
Copy link

Currently, Github Actions for Linux and Mac works.
Add windows runner in ./github/workflows/cmake.yml

hello, this is my first time trying out open source project. Will be appreciated if you could give some hints.
I was trying to add under matrix.configuration with

  • {
    os: windows-latest,
    install_dependencies_command: "python -m pip install --upgrade pip && pip install opencv-python",
    cmake_configure_command: "cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE",
    }

@Razdeep
Copy link
Owner Author

Razdeep commented Oct 10, 2020

This issue is actually dependent on issue #1 . I would recommend you to try building and testing in windows first.
Maybe you can start with writing a little documentation on how to build on windows.
Currently, splitwebp works seamlessly on Linux and MacOS.

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

No branches or pull requests

2 participants