Skip to content
Snippets Groups Projects
Commit 76056ca3 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Merge branch 'master' into tooling

parents d1b04b9f 02949b41
Branches
Tags
1 merge request!17[WIP] Tooling with cad files.
before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- ruby -v
- which ruby
- gem install bundler --no-ri --no-rdoc
- bundle install --jobs $(nproc) "${FLAGS[@]}"
stages:
- build
- test
rspec:
script:
- bundle exec rspec
test:
stage: test
script: echo "Running tests"
build:
stage: build
script: echo "Building the app"
rubocop:
script:
- bundle exec rubocop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment