• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

K.Takata's patch queue for Vim


Commit MetaInfo

Revisione74bd479c8e93d5ceddc0575a447794d601f7b49 (tree)
Time2018-09-17 01:34:00
AuthorK.Takata <kentkt@csc....>
CommiterK.Takata

Log Message

debug ruby

Change Summary

Incremental Difference

diff -r 837391bb5db0 -r e74bd479c8e9 appveyor.yml
--- a/appveyor.yml Mon Sep 17 01:28:26 2018 +0900
+++ b/appveyor.yml Mon Sep 17 01:34:00 2018 +0900
@@ -50,6 +50,9 @@
5050 - sh: |-
5151 sudo apt update -q
5252 sudo apt install -y -q libperl-dev python2.7-dev python3-dev liblua5.2-dev lua5.2 ruby-dev ruby tcl-dev man
53+ rvm use system
54+ type -a ruby
55+ ruby -v
5356
5457 build_script:
5558 - cmd: |-