mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
Travis now overwrites RevisionIdent.h to place a commit reference into the Build Info of the AboutDialog I also added .opensdf to .gitignore.
10 lines
408 B
YAML
10 lines
408 B
YAML
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -y libwxgtk2.8-dev
|
|
- git show -s --format="wxT(\"<a href=\\\"https://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
|
|
- git show -s --format="wxT(\"<a href=\\\"https://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
|
language: cpp
|
|
compiler:
|
|
- gcc
|
|
script: ./configure && make
|