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.
This commit is contained in:
Z.J. van de Weg 2016-11-09 22:30:02 +01:00
parent 59ad54cd13
commit 863b0ba48f
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