mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
Don't know what's wrong yet.
This commit is contained in:
parent
f94e8fad87
commit
256e3bd6e1
@ -6,4 +6,8 @@ before_install:
|
|||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
script: aclocal --install -I m4 && automake && ./configure && make
|
script:
|
||||||
|
- ls -la /usr/bin/wx-config*
|
||||||
|
- wx-config --cflags
|
||||||
|
- grep WXGTK /usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0/wx/setup.h
|
||||||
|
- aclocal --install -I m4 && automake && ./configure && make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user