mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +02:00
Migrate to container based travis-ci builds
This commit is contained in:
parent
45dc52644d
commit
48591c4e50
10
.travis.yml
10
.travis.yml
@ -1,6 +1,12 @@
|
|||||||
|
sudo: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libwxgtk3.0-dev
|
||||||
|
- libgtk2.0-dev
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- #sudo apt-get update -qq
|
||||||
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
|
- #sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-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\")"
|
||||||
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
||||||
language:
|
language:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user