Travis CI support

This commit is contained in:
Cameron Gutman
2018-07-28 17:22:12 -07:00
parent 7f9cbac232
commit ab4b024df4
6 changed files with 42 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ QT -= core gui
TARGET = opus
TEMPLATE = lib
# Support debug and release builds from command line for CI
CONFIG += debug_and_release
OPUS_DIR = $$PWD/opus
DEFINES += \
USE_ALLOCA=1 \