Merge branch 'zj-alpine-for-static-analyses' into 'master'

Create Alpine image for static analyses

In the case of rspec or spinach, we can't take the risk to run a couple
of other implementation for C libraries and the like. For static
analyses however, we can take this risk.

See merge request !15
This commit is contained in:
Kamil Trzciński 2016-11-14 11:23:31 +00:00
commit 0139406e7e
2 changed files with 5 additions and 0 deletions

View file

@ -29,10 +29,12 @@ before_script:
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
ruby-2.3-static-analyses test: *test_build
www-gitlab-com test: *test_build
doc-gitlab-com test: *test_build
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-static-analyses: *build_and_deploy
www-gitlab-com: *build_and_deploy
doc-gitlab-com: *build_and_deploy

View file

@ -0,0 +1,3 @@
FROM ruby:2.3-alpine
RUN gem install knapsack