1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

4 Commits

Author SHA1 Message Date
James Crook
82952ac998
Appveyor build settings.
No longer xp.
Also upped version
2018-01-08 14:52:23 +00:00
Bryan Slatner
053a2104ab XML library is required 2018-01-04 10:25:27 -05:00
Henric Jungheim
a387cbe137 Update appveyor.yml 2017-06-30 23:54:37 -07:00
Thomas Fehér
df2de94f6b ThomasFeher - continuous integration (appVeyor) of build for Windows
Adds a configuration for appVeyor triggering a build of the release
version for each new commit. Needs registering at ci.appveyor.com with
the github account. Debug is not built, due to time limit of the free
version of appVeyor. Release build takes at least 30 minutes and up to
45 minutes. The time limit is 60 minutes.

Uses the undocumented possibility of building wxWidgets as dynamic
library by specifying "DLL Release" as configuration. The method in the
install instructions is impossible to automate as far as I could find
out.

Builds all targets except of "help" and "locale", because locale took
too long for the complete build to succeed the time limit.
This is not satisfying as new targets must be added manually to the
build. If this does not happen, the build will not fail, although the
new target could possibly fail building.
Unfortunately their seems to be no way to build the default targets
while excluding specific ones.
Adding target "help" was not tested.

Possible improvement: Put the complete "install" part into a install
script. That would help people easily building audacity and prevent
outdated install instruction as is the case at the moment.

I am not sure if renaming wx/setup_redirect.h into wx/setup.h is the
correct way, but it seems to work. Following the install instructions
resulted in missing wx/setup.h.
2016-09-12 15:34:56 +01:00