diff options
| author | 2019-07-27 21:44:44 -0400 | |
|---|---|---|
| committer | 2019-07-27 21:44:44 -0400 | |
| commit | 7e97687c9ed282c34c19689ef688352a51a8b96a (patch) | |
| tree | 6772f4afb968d9c97cfa76adf79576faad849122 /appveyor.yml | |
| parent | Progress towards making windows work again. (diff) | |
Update windows installation and automation.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index f5911540..4f9fd582 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,11 +18,8 @@ init: - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" install: - - build_win - - build_win test - choco install nsis -y -pre - - build_win dist - + - build_win all build: off only_commits: @@ -31,7 +28,7 @@ only_commits: - src/ artifacts: - - path: janet-installer.exe + - path: janet-v1.2.0-windows-installer.exe name: janet-v1.2.0-windows-installer.exe type: File |
