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 actions #155

Merged
merged 6 commits into from
Jan 27, 2024
Merged

GitHub actions #155

merged 6 commits into from
Jan 27, 2024

Commits on Jan 13, 2024

  1. Run tests explicitly

    radarsat1 authored and JohannesLorenz committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    77d4d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1a818 View commit details
    Browse the repository at this point in the history
  3. Fix mac bug, where 127.0.0.1 is unknown

    This fixes the error
    
    ```
    OSC error A 8: nodename nor servname provided, or not known
    ```
    
    from the `test_server_thread` test.
    JohannesLorenz committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    30f5204 View commit details
    Browse the repository at this point in the history
  4. Various Windows fixes

    One of those fixes is to make the CI build static on Windows. If you do
    not do this, you will get strange errors like
    
    ```
    nonblocking_server_example.obj : error LNK2019: unresolved external symbol lo_server_new referenced in function main [D:\a\liblo\liblo\bld\nonblocking_server_example.vcxproj]
    nonblocking_server_example.obj : error LNK2019: unresolved external symbol lo_server_recv_noblock referenced in function main [D:\a\liblo\liblo\bld\nonblocking_server_example.vcxproj]
    nonblocking_server_example.obj : error LNK2019: unresolved external symbol lo_server_add_method referenced in function main [D:\a\liblo\liblo\bld\nonblocking_server_example.vcxproj]
    ```
    JohannesLorenz committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    eff21b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7138a7d View commit details
    Browse the repository at this point in the history
  6. CMake: enable testing

    JohannesLorenz committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    5162777 View commit details
    Browse the repository at this point in the history