diff options
| author | Alee <Alee14498@gmail.com> | 2018-08-27 19:45:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 19:45:44 -0400 |
| commit | 492d82073d1cd1467ca23e86ca9b43a6a9f07ada (patch) | |
| tree | e84b5ef263db9d46d30e79aa8a54eba6d89f513f | |
| parent | cd3020525e4124aca2c2bbcd29f92381a0d6deec (diff) | |
| download | Project-Silicon-492d82073d1cd1467ca23e86ca9b43a6a9f07ada.tar.gz Project-Silicon-492d82073d1cd1467ca23e86ca9b43a6a9f07ada.tar.bz2 Project-Silicon-492d82073d1cd1467ca23e86ca9b43a6a9f07ada.zip | |
Update appveyor.yml
| -rw-r--r-- | appveyor.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index be84836..ed75958 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,10 @@ artifacts: - - path: Project-Ports\bin\debug - name: Project Ports + - path: Ports-%APPVEYOR_REPO_COMMIT%.zip + name: Ports-%APPVEYOR_REPO_COMMIT% + +after_build: +# scripts to run after build +- netstat -ab +- tree /F +# zip the archive +- '7z a Ports-%APPVEYOR_REPO_COMMIT%.zip build-win' |
