You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Main script - there are currently no prerequisites, so get straight to building the main platform of the library.
script:
- build_main_platforms
# We don't currently have any unit tests for the library, so simply print a message stating that (and that the build went well)
after_success:
- echo "The library successfully built! Please note that this does NOT mean that it functions properly (you'll have to verify that yourself for now). Congratulations!"