Sha256: 27f3570c714d292e8e550d1ff17d7785e1da4e61e48c79eed179e7c456c81b86

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

enable_build
============

Enable the given build group for the rest of the build. Thus, code within the corresponding :doc:`/dsl/build` block will be executed. See :doc:`/build_groups` for ways to use this effectively.


Required Arguments
------------------

build_group_name
  the name of the group to enable. Convention is to use a Ruby symbol.



Examples
--------

Can be used to disable a group (even if it's enabled via command line)::

  Squib::Deck.new do
    disable_build :pnp
    build :pnp do
      save_pdf
    end
  end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
squib-0.12.0 docs/dsl/enable_build.rst