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: add build description #27

Closed
wants to merge 2 commits into from
Closed

Conversation

rillian
Copy link
Contributor

@rillian rillian commented Jul 29, 2021

Add basic builds on Ubuntu and macOS hosts for Github's CI
automation. Each builds with either GNU Autotools or the
plain Makefile, and then builds the documentation.

Based on similar code from libopusenc, borrowing steps
from the ci scripts directory and .travis-ci.yml.

@rillian rillian force-pushed the github-actions branch 2 times, most recently from 1aab0ca to 49b4084 Compare January 15, 2022 19:52
Earlier we had trouble with CMake 3.20, and reverting to 3.16
worked around the problem. However this version is no longer
available in homebrew, so the `brew bundle` step is failing
in github ci. Try installing the latest version instead.

Currently that's CMake 3.22.1.
Add basic builds on Ubuntu and macOS hosts for Github's CI
automation. Each builds with either GNU Autotools, CMake,
or the plain Makefile, and then builds the documentation.

This gives some feedback on pull requests submitted
through github.

Based on similar code from libopusenc, borrowing steps
from the ci scripts directory and .travis-ci.yml.
@rillian
Copy link
Contributor Author

rillian commented Apr 11, 2025

Merged upstream as ec63ede.

@rillian rillian closed this Apr 11, 2025
@rillian rillian deleted the github-actions branch April 11, 2025 13:57
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.

1 participant