before_install: - sudo apt-get update -qq - sudo apt-get install -y libwxgtk2.8-dev - git show -s --format="wxT(\"%h of %cd\")" - git show -s --format="wxT(\"%h of %cd\")" > ./src/RevisionIdent.h language: cpp compiler: - gcc script: aclocal --install -I m4 && automake && ./configure && make