diff options
| author | ruki <[email protected]> | 2019-08-24 10:06:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-24 10:06:09 +0800 |
| commit | 6422ae9da759b5046d19f86aa0e976c7d02f14d1 (patch) | |
| tree | 5a24a7d86053e237477155efd6f5a03d65960e9b | |
| parent | 442c904120013aa0182440c057f0b74fcfa84531 (diff) | |
enable bitcodes in ci
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
