mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
Disabling temporarily
Need to figure out why it's not picking up the GTK paths
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -3,14 +3,10 @@ before_install:
|
|||||||
- 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: cpp
|
language:
|
||||||
|
- cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
script:
|
script:
|
||||||
- ls -la /usr/bin/wx-config*
|
- aclocal --install -I m4 && automake && ./configure #&& make
|
||||||
- wx-config --cflags
|
|
||||||
- grep WXGTK /usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0/wx/setup.h
|
|
||||||
- pkg-config --list-all | grep gtk
|
|
||||||
- pkg-config --print-provides gtk+-2.0
|
|
||||||
- aclocal --install -I m4 && automake && ./configure && make
|
|
||||||
- cat config.log
|
- cat config.log
|
||||||
|
|||||||
Reference in New Issue
Block a user