aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-ci.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-ci.sh')
-rw-r--r--.travis-ci.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis-ci.sh b/.travis-ci.sh
index 1475dea..c278b33 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -75,6 +75,7 @@ elif [[ $TASK = 'windows' ]]; then
# Run sanitized compile
travis_fold start "make_windows"
make windows;
+ make -C backends lua.dll
travis_fold end "make_windows"
travis_fold start "deploy_windows"
if [ "$(git describe)" == "$(git describe --abbrev=0)" ]; then