Skip to content
Snippets Groups Projects
Verified Commit b0c4f0ef authored by Varac's avatar Varac
Browse files

Test gem installation

parent 9411049e
Branches
Tags
1 merge request!2Rake install
image: ruby:2.1
image: leapcode/ruby:2.1-slim
stages:
- syntax
- build
- trigger
......@@ -9,6 +8,11 @@ build:
stage: build
script:
- rake build
#- sudo rake install
#- ./bin/leap
- gem install --user-install pkg/leap_cli-*.gem
- export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
- leap
artifacts:
paths:
- pkg/leap_cli-*.gem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment