summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bf4fb3f17..e135383e1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,11 +4,6 @@ os: Visual Studio 2017
shallow_clone: true
-
-cache:
- - win_flex_bison
-
-
environment:
matrix:
# Visual Studio 2017 64bit
@@ -38,13 +33,7 @@ init:
- ruby --version
-install:
- - if not exist win_flex_bison (
- appveyor DownloadFile "https://github.com/lexxmark/winflexbison/releases/download/v.2.5.10/win_flex_bison-2.5.10.zip" &
- 7z x -y -owin_flex_bison win_flex_bison-2.5.10.zip
- )
-
build_script:
- - set YACC=.\win_flex_bison\win_bison.exe
- set MRUBY_CONFIG=appveyor_config.rb
+ - rake -m
- rake -E $stdout.sync=true test