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 Action to build for macOS #271

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

samuello1228
Copy link
Contributor

It is my first time to use GitHub Action. I am still learning how to use it. It is the first version for building on macOS.

run: brew install automake coreutils ffmpeg wxwidgets
- name : symlink wxwin.m4
run: find /usr/local/Cellar/wxwidgets/ -name "wxwin.m4" -exec ln -s {} /usr/local/share/aclocal/wxwin.m4 \;
- name: autogen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@samuello1228 samuello1228 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your reminder. But, I will keep them separate.

- name: Upload binary
uses: actions/upload-artifact@v3
with:
name: binary-${{ matrix.runner }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@samuello1228 samuello1228 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is GH?
What is ${{ github.repository_owner }}?
What is ${{ env.short_sha }}?

What name do you suggest?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just named it GH for github... but the rest are variables

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.

2 participants