mirror of
https://github.com/justjavac/free-programming-books-zh_CN.git
synced 2025-01-18 07:52:52 +08:00
12 lines
334 B
YAML
12 lines
334 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- wget https://codeload.github.com/dkhamsing/frankenstein/tar.gz/1.0-wip -O /tmp/frankenstein.tar.gz
|
|
- tar -xvf /tmp/frankenstein.tar.gz
|
|
- export PATH=$PATH:$PWD/frankenstein-1.0-wip/bin/
|
|
- cd frankenstein-1.0-wip
|
|
- bundle install
|
|
script:
|
|
- frankenstein ../README.md no-prompt
|