Skip to content

Commit

Permalink
appveyor: make zip < 50mb
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Jul 19, 2018
1 parent b08ecc5 commit 7a14281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build_script:
copy version.txt c:\mp\
7z a -tzip ..\..\..\MissionPlannerBeta.zip *
7z a -tzip ..\..\..\MissionPlannerBeta.zip * -xr!gdal -xr!x64 -xr!x86 -xr!*SkiaSharp* -xr!dlls
cd ..
Expand Down Expand Up @@ -69,7 +69,6 @@ test: off
artifacts:
- path: MissionPlannerCov-int.zip
- path: MissionPlannerBeta.zip
- path: 'msi\*.msi'
- path: checksums.txt
- path: version.txt
- path: ChangeLog.txt
Expand Down

0 comments on commit 7a14281

Please sign in to comment.