diff options
| author | Ignacio Burgueño <iburgueno@gmail.com> | 2015-08-18 19:12:52 -0300 |
|---|---|---|
| committer | Ignacio Burgueño <iburgueno@gmail.com> | 2015-08-18 19:12:52 -0300 |
| commit | d305830dc9dd8d78785176684b268fc34e4a1fa0 (patch) | |
| tree | 75bea8eddaaec074c5706f4fb91fcecd808efe99 | |
| parent | 2de1b0de49461531e563b58f86262ba6a1b16915 (diff) | |
| parent | bc186fc9abce62126763912f6684c14b12150695 (diff) | |
| download | luarocks-d305830dc9dd8d78785176684b268fc34e4a1fa0.tar.gz luarocks-d305830dc9dd8d78785176684b268fc34e4a1fa0.tar.bz2 luarocks-d305830dc9dd8d78785176684b268fc34e4a1fa0.zip | |
Merge pull request #418 from jasonwilliams200OK/master
ci: updates appveyor config to use VS2015
| -rw-r--r-- | appveyor.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index abf15af6..d7fc7cc2 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | version: 2.2.1.{build}-test | 1 | version: 2.2.1.{build}-test |
| 2 | 2 | ||
| 3 | os: | ||
| 4 | - Windows Server 2012 R2 | ||
| 5 | |||
| 6 | shallow_clone: true | 3 | shallow_clone: true |
| 7 | 4 | ||
| 8 | environment: | 5 | environment: |
| @@ -17,8 +14,8 @@ environment: | |||
| 17 | 14 | ||
| 18 | init: | 15 | init: |
| 19 | # Setup Lua development/build environment | 16 | # Setup Lua development/build environment |
| 20 | # Make VS 2013 command line tools available | 17 | # Make VS 2015 command line tools available |
| 21 | - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform% | 18 | - call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform% |
| 22 | 19 | ||
| 23 | install: | 20 | install: |
| 24 | # Setup Lua development/build environment | 21 | # Setup Lua development/build environment |
