1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

A couple more cmake updates for travis

This commit is contained in:
Leland Lucius 2020-05-24 13:34:13 -05:00
parent 07efddf5fd
commit 2eb538f385

View File

@ -5,11 +5,8 @@ addons:
- ubuntu-toolchain-r-test
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y cmake wget libwxgtk3.0-dev libgtk2.0-dev gettext autopoint libasound2-dev alsa-utils alsa-oss
- sudo apt-get install -y wget libwxgtk3.0-dev libgtk2.0-dev gettext autopoint libasound2-dev alsa-utils alsa-oss
- git show -s --format="#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n" | tee ./src/RevisionIdent.h
- FLAGS="-std=gnu++14"
- export CFLAGS="$CFLAGS $FLAGS"
- export CXXFLAGS="$CXXFLAGS $FLAGS"
- g++ --version
- wget https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-Linux-x86_64.sh
- sh cmake-3.17.2-Linux-x86_64.sh --skip-license