-
Notifications
You must be signed in to change notification settings - Fork 11
setup travis #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup travis #61
Conversation
さて…ある意味手詰まり。Vimを自前でコンパイルするか、どっかからコンパイル済みバイナリを持ってくるか… |
40e9c5d
to
e163bea
Compare
@crazymaster check.vim 自体、最新のVimから持ってきてるので、少しでも古いと動かない可能性があるんですよね。 |
.travis.yml
Outdated
@@ -1,4 +1,10 @@ | |||
sudo: false | |||
lanuage: c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gが抜けてます
s/lanuage/language/
62ccae3
to
1dbf1c7
Compare
@crazymaster thx! だいたい目処がついた。 |
.travis.yml
Outdated
install: | ||
- mkdir tmp | ||
- git clone --depth 1 https://github.com/vim/vim.git tmp/vim | ||
- (cd tmp/vim/src && ./configure --enable-gui=no && make vim) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一応 -j4 付けときませんか?
@crazymaster 6c6b94d で最終版としようかと思い始めたんですが、どうでしょうか? |
cache を使ってVimのコンパイルを軽減することも考えたが、 |
README に badge 追加しました。 |
良さそうですね |
thx! |
まだ check.vim を実行できていない。
たぶん
-e
がエラーを返しているのだとは思う。related #60