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

Enable Windows CI tests #81

Merged
merged 1 commit into from
Jul 14, 2020
Merged

Enable Windows CI tests #81

merged 1 commit into from
Jul 14, 2020

Commits on Jul 14, 2020

  1. Enable Windows CI tests

    In order to run tests on Windows, Intel OpenCL runtime needs to be
    installed to run the tests on a compute device. It is also required to
    create a configuration file so that the tests are run on the CPU instead
    of a GPU (since there are no GPU available in azure-pipelines)
    
    Added update environment script in order to load the latest environment
    variables set by `Zivid-SDK` after successful installation. `PATH`
    environment variable must be updated befre running the tests.
    
    Ignored sample testing for windows, because of the following error:
    ```
    python: can't open file 'D:\a\samples\sample_print_version_info.py': [Errno 2] No such file or directory
    ```
    
    Ignored `winreg` import error, this module is not available on Linux
    Trym Bremnes authored and trym-b committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    2eeee66 View commit details
    Browse the repository at this point in the history