diff options
| author | Rory OConnell <[email protected]> | 2020-07-05 20:55:56 -0700 |
|---|---|---|
| committer | Rory OConnell <[email protected]> | 2020-07-05 20:55:56 -0700 |
| commit | 4f189b2be91f577359bea5be8e5c504e1a4eb1d8 (patch) | |
| tree | 959169de4a556a85c754bdce1416c267bebfb7da | |
| parent | 81fc5ff48a79c75a7761e1028092b52ad2753cea (diff) | |
| download | mruby-4f189b2be91f577359bea5be8e5c504e1a4eb1d8.tar.gz mruby-4f189b2be91f577359bea5be8e5c504e1a4eb1d8.zip | |
remove vs2013, separate build and test commands
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index ac77222d6..93c40dbb1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,11 +30,6 @@ environment: appveyor_build_worker_image: Visual Studio 2015 machine: x86 - - job_name: Visual Studio 2013 64bit - visualcpp: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat - appveyor_build_worker_image: Visual Studio 2015 - machine: x86_amd64 - init: - call "%visualcpp%" %machine% # For using Rubyins4aller's Ruby 2.6 64bit @@ -45,4 +40,5 @@ init: build_script: - set MRUBY_CONFIG=appveyor_config.rb - - rake -E "$stdout.sync=true" -m -j4 test + - rake -E "$stdout.sync=true" -m -j4 + - rake test |
