From 43cc42ca47e50ee1f4e33c8c1edf1fa25fe0de08 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 8 Jun 2022 19:30:18 +0900 Subject: [PATCH] Execute ridk enable if available Signed-off-by: Hiroshi Hatake --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0e1fdca..4085ead 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,8 @@ install: - bundle install build: off test_script: - - bundle exec rake test + - IF EXIST "C:\\Ruby%ruby_version%\\bin\\ridk.cmd" ridk.cmd exec bundle exec rake test + - IF NOT EXIST "C:\\Ruby%ruby_version%\\bin\\ridk.cmd" bundle exec rake test environment: matrix: