Sha256: f5e95f8237f2c09bfbe91cf0c37ac34ba6534fe0d22378eca226f73e89a51a90
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 Bytes
Contents
before_script: - apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs - ruby -v - which ruby - gem install bundler rake --no-ri --no-rdoc - bundle install --jobs $(nproc) "${FLAGS[@]}" rspec: stage: test script: - bundle exec rake spec artifacts: paths: - coverage/ exe_spec: stage: test script: - bundle exec rake exe_spec cucumber: stage: test script: - bundle exec cucumber pages: stage: deploy dependencies: - rspec script: - mv coverage/ public/ artifacts: paths: - public expire_in: 30 days only: - master
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
soaspec-0.0.78 | .gitlab-ci.yml |