diff options
| author | OpportunityLiu <[email protected]> | 2019-07-19 10:26:26 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-19 10:26:57 +0800 |
| commit | b2dbf040a938587919c07e9c8cfc21a60338b9a9 (patch) | |
| tree | b34c0c0d582ad5fddf83854209c004d2d123bda7 | |
| parent | 31e7bdaeefe8e22114515804ea86f7b5ced9a88c (diff) | |
ci build runfile
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c7aef4428..700c512d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,6 @@ 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/makeself/build-runfile.sh + - ls -l scripts/makeself/xmake.run |
