diff options
| author | ruki <[email protected]> | 2019-08-24 09:18:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-24 09:18:16 +0800 |
| commit | a884abeaf4144885648016742a573f9a47a56d5a (patch) | |
| tree | de2e346941cc1e65d6c19ba405749de58095398a | |
| parent | 5dbd4ecab8f22d5b2b3f9eeb3f6d91fed94665a8 (diff) | |
update ci
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 49141438e..15ef0c14e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,10 @@ matrix: - ubuntu-toolchain-r-test packages: - gcc-5 + - p7zip-full install: - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install dmd rust; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install dmd rust p7zip; fi - echo $CI script: @@ -29,6 +30,7 @@ script: - cp core/build/xmake "$XMAKE_PROGRAM_DIR" || sudo cp core/build/xmake "$XMAKE_PROGRAM_DIR" - xmake --version - travis_wait 60 xmake lua -v -D tests/run.lua + - scripts/archive-all.sh - scripts/makeself/build-runfile.sh - ls -l scripts/makeself/xmake.gz.run - scripts/makeself/xmake.gz.run --info |
