From 6422ae9da759b5046d19f86aa0e976c7d02f14d1 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 24 Aug 2019 10:06:09 +0800 Subject: enable bitcodes in ci --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 15ef0c14e..f6029ec48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,10 @@ script: - export XMAKE_PROGRAM_DIR=~/.local/share/xmake - cp core/build/xmake "$XMAKE_PROGRAM_DIR" || sudo cp core/build/xmake "$XMAKE_PROGRAM_DIR" - xmake --version + - xmake l private.utils.bcsave -o bcxmake xmake + - rm -rf xmake + - mv bcxmake xmake + - xmake --version - travis_wait 60 xmake lua -v -D tests/run.lua - scripts/archive-all.sh - scripts/makeself/build-runfile.sh -- cgit v1.3.1