mirror of
https://github.com/newtype256/website.git
synced 2025-07-11 14:06:25 +02:00
11 lines
327 B
YAML
11 lines
327 B
YAML
language: ruby
|
|
|
|
# Assume bundler is being used, therefore
|
|
# the `install` step will run `bundle install` by default.
|
|
script: ./script/cibuild
|
|
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
|
|
|
sudo: false # route your build to the container-based infrastructure for a faster build
|