mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-14 15:11:13 +02:00
It needed a LinkingHtmlWindow, not just a wxHtmlWindow. It needed http, not https. I also left an example string with comment in RevisionIdent.h
10 lines
406 B
YAML
10 lines
406 B
YAML
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -y libwxgtk2.8-dev
|
|
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
|
|
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
|
language: cpp
|
|
compiler:
|
|
- gcc
|
|
script: ./configure && make
|