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

Build and run MyLib #732

Merged
merged 2 commits into from
Apr 23, 2023
Merged

Conversation

rikhuijzer
Copy link
Contributor

This PR extends the shared library example in examples/MyLib by also demonstrating how to call the library from C. Also, it adds a workflow to test the build.

To build locally on Linux, use

$ cd example/MyLib 

$ make

or make build-library or make build-executable.

@codecov
Copy link

codecov bot commented Oct 19, 2022

Codecov Report

Merging #732 (c7fbfee) into master (e5a8410) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #732   +/-   ##
=======================================
  Coverage   83.08%   83.08%           
=======================================
  Files           3        3           
  Lines         668      668           
=======================================
  Hits          555      555           
  Misses        113      113           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rikhuijzer
Copy link
Contributor Author

Test failures seem unrelated. The failures are in MyApp while this PR is about MyLib and also MyApp causes some failing jobs on master.

@DilumAluthge
Copy link
Member

CI failures on Julia 1.6 are #706

@KristofferC KristofferC merged commit 696064c into JuliaLang:master Apr 23, 2023
@rikhuijzer rikhuijzer deleted the rh/mylib-executable branch April 24, 2023 05:36
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.

3 participants