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

Test gem installation

parent 9411049e
Branches master
No related tags found
1 merge request!2Rake install
image: ruby:2.1 image: leapcode/ruby:2.1-slim
stages: stages:
- syntax
- build - build
- trigger - trigger
...@@ -9,6 +8,11 @@ build: ...@@ -9,6 +8,11 @@ build:
stage: build stage: build
script: script:
- rake build - 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: artifacts:
paths: paths:
- pkg/leap_cli-*.gem - 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