1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-09 08:57:44 +02:00

4 Commits

Author SHA1 Message Date
Dmitry Vedenko
4b2b3458e8 Fixes macOS packaging issues
* Help is installed to correct location
* dSYM file is ignored
* Fixes weird issue with Conan picking up libraries from dSYM
2021-06-25 10:17:39 -07:00
Dmitry Vedenko
98802ab9ef Upload symbols for Conan-built libraries 2021-06-22 08:29:55 -07:00
Vitaly Sverchinsky
e8b186a9b4 Crashreporting 2021-06-15 22:44:07 +03:00
Peter Jonas
4b5c95d7fe Move GitHub Actions CI scripts into separate files
Break the workflow into smaller stages (Configure, Build, Install,
Package, etc.) so that you can see exactly which stage failed in the
GitHub Actions run log.

Create a separate Bash CI script for each job stage (configure.sh,
build.sh, install.sh, package.sh, etc.) to reduce the size of the main
YAML workflow file and enable Bash syntax highlighting.

Close #917
2021-06-10 10:09:49 -07:00