Commit Graph

21 Commits

Author SHA1 Message Date
James Crook c53e2dbb77 Bug 1597 - Enh: Greater clarity over status of versions needed
- For ALPHA builds we do a check version with the Welcome screen (if welcome screen is enabled).
- A 'Check Online' in the About box provides a new route to check version
- Check Version now passes CommitId and Build Date/Time to identify a version.

To actually close the bug we need the javascript on the server page to put up informative messages.
2017-02-25 23:00:39 +00:00
James Crook 0d5cb77e3d Improved support for building release on mac 2016-12-14 19:20:29 +00:00
James Crook dcaba6eed7 Travis: See gcc version
(Thanks to Thomas Feher)
2016-09-08 22:53:45 +01:00
James Crook 1e3200a80f Travis failing because log is too long.
Suppress all warnings to see if that is good enough to keep log size in bounds.  Later we can try less 'chatty' logs in other places.
2016-09-08 22:04:36 +01:00
James Crook d2768c6ab9 Try upping compiler version (the easy way). 2016-08-27 20:24:42 +01:00
Thomas Fehér 9f6192a442 show more warnings on Travis-CI 2016-02-26 12:41:27 -05:00
Thomas Fehér 2e552188b0 use gcc 4.8 for build 2016-02-13 10:01:29 -05:00
Leland Lucius 84dcb5db4f Falling back to the sudo builds 2015-07-28 18:29:34 -05:00
Leland Lucius 48591c4e50 Migrate to container based travis-ci builds 2015-07-28 18:27:47 -05:00
Leland Lucius 01c0592917 Renabling...should work now 2015-07-28 18:07:36 -05:00
Leland Lucius 3c1b36d72e Disabling temporarily
Need to figure out why it's not picking up the GTK paths
2015-07-28 17:42:27 -05:00
Leland Lucius 6adceb4d0a Yet another attampt 2015-07-28 17:31:33 -05:00
Leland Lucius d7a57b1c47 Still trying 2015-07-28 17:22:00 -05:00
Leland Lucius 256e3bd6e1 Don't know what's wrong yet. 2015-07-28 17:16:59 -05:00
Leland Lucius f94e8fad87 Well, that didn't work...trying gtk3 2015-07-28 16:49:31 -05:00
Leland Lucius bec42b234c Need to install gtk-devel 2015-07-28 16:45:54 -05:00
Leland Lucius e256bb7a9e Trying to make travis happy again 2015-07-28 16:10:26 -05:00
Leland Lucius ce0d8ddcab Update .travis.yml 2015-04-13 09:11:12 -05:00
James Crook 9d43c9175c Fix revision ident hyperlinking
It needed a LinkingHtmlWindow, not just a wxHtmlWindow.  It needed http, not https.  I also left an example string with comment in RevisionIdent.h
2015-04-12 14:26:24 +01:00
James Crook 291a465a76 Build Revision Info Added
Travis now overwrites RevisionIdent.h to place a commit reference into the Build Info of the AboutDialog
I also added .opensdf to .gitignore.
2015-04-09 20:41:21 +01:00
Thomas Fehér 523cf08c03 Added Travis Integration
This gives us automated testing of building on linux, with each commit to github.com/audacity/audacity:master.  The run takes about 10 mins and runs on an AWS instance.
2015-04-07 12:19:49 +01:00