1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

Don't know what's wrong yet.

This commit is contained in:
Leland Lucius 2015-07-28 17:16:59 -05:00
parent f94e8fad87
commit 256e3bd6e1

View File

@ -6,4 +6,8 @@ before_install:
language: cpp
compiler:
- 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