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

Created main.yml file to setup GitHub Action #8

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

Conversation

saamerm
Copy link

@saamerm saamerm commented Jan 13, 2020

  • Added main.yml file that orders 2 jobs on every push and merge request
  • One job is to build iOS and the other builds Android
  • Removed armeabi from the list of Android ABI's since it was also breaking the Android build

Purpose of Action

  • The action performs a sanity test on your apps— makes sure the iOS & Android apps build on each commit or merge request, ensuring that there is no bug introduced in that commit
  • More details in the article or the corresponding unmetered article link

Testing

  • Tested the Action on my fork and it passed the tests

* Added main.yml file that orders 2 jobs on every push and merge request
* One job is to build iOS and the other builds Android
* Removed armeabi from the list of supported ABIs list
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