diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-08 16:12:57 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-08 16:12:57 +0100 |
| commit | 849f5fc820f54d347e0b73837c444ff61b39a8f8 (patch) | |
| tree | 3edd92e9a56cc863005ab98c1d3238c152585a76 | |
| parent | ea79b9fd5adab5732fd61be1bd9a1ef6b7a70e28 (diff) | |
| download | vis-849f5fc820f54d347e0b73837c444ff61b39a8f8.tar.gz vis-849f5fc820f54d347e0b73837c444ff61b39a8f8.tar.xz | |
build: include Lua files in windows zip
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 512135a..8c2a712 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -37,7 +37,7 @@ test_script: - '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make test"' after_test: - - 7z a -y vis-%CYG_ARCH%.zip vis.exe lexers *.lua + - 7z a -y vis-%CYG_ARCH%.zip vis.exe lua artifacts: - path: vis-%CYG_ARCH%.zip |
