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

Conversation

JohannesLorenz
Copy link
Collaborator

This makes CI run - mostly.

There are still sporadic MacOS issues - likely due to an issue in lo_server_recv returning occasionally another number than expected, which looks like it was not blocking on MacOS. Anyways, this remains hard to debug, and repeating the runs always succeed.

radarsat1 and others added 6 commits January 13, 2024 16:30
This fixes the error

```
OSC error A 8: nodename nor servname provided, or not known
```

from the `test_server_thread` test.
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]
```
@radarsat1 radarsat1 merged commit 7466e7e into master Jan 27, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants