1
Fork 0

Add EventMachine dependencies to .gitlab-ci.yml

master
Vladimir Hodakov 2018-10-28 20:15:30 +04:00
parent 008ee57ecf
commit 8db498a9d0
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ variables:
LC_ALL: en_US.UTF-8
before_script:
- apk add --no-cache g++ musl-dev make
- apk add --no-cache libstdc++
- bundle install --path=vendor/
build site: