install Lua, change buildtype to Release

This commit is contained in:
Syping 2019-07-24 20:12:26 +02:00
parent c6b39546ba
commit 0633d14d6b
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ stages:
- build
variables:
BUILD_TYPE: "DEV"
BUILD_TYPE: "REL"
Windows Installer:
stage: build

View File

@ -8,7 +8,7 @@ service:
env:
global:
- BUILD_TYPE=DEV
- BUILD_TYPE=REL
matrix:
include:

View File

@ -3,6 +3,9 @@
# Install lua
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
brew install lua
else
apt-get update -qq && \
apt-get install -qq lua5.2
fi
# Check if build is not tagged