philippgille / serve

serve starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues
Mozilla Public License 2.0
154 stars 15 forks source link

Use UPX to shrink the binaries even more #1

Closed philippgille closed 6 years ago

philippgille commented 6 years ago

Instead of building release artifacts locally, add the following to the .travis.yml: apt-get install -y upx-ucl.

Then either use those artifacts from Travis CI to upload them to GitHub Releases, or use Travis CI to automate the release as well (see hello-netcoreap/.travis.yml for example).