Sha256: 81a3dff9fb91b87187e55cc8cc018bc9ce5d7daf396be13d7d549e36270d46fc

Contents?: true

Size: 973 Bytes

Versions: 36

Compression:

Stored size: 973 Bytes

Contents

# Define the github handler
require 'autoproj/git_server_configuration'

# Comment this line if you want Autoproj to import the overall shell
# environment. The default is to reset all build-related environment variables,
# forcing the build configuration to set them explicitly, to improve
# repeatability
Autoproj.isolate_environment

# Display CMake/GCC build messages
Autobuild::CMake.show_make_messages = true

# Install each package in a separate directory of install/
#
# This makes the dependencies stricter, so builds that were fine without this
# option might fail with it. However, it is also cleaner (allows to remove
# obsolete package byproducts easily) and allows to turn the
# delete_obsolete_files_in_prefix CMake option, in which autoproj's cmake
# handler will remove installed files that are not part of the package anymore.
Autoproj.config.separate_prefixes = true
Autobuild::CMake.delete_obsolete_files_in_prefix = Autoproj.config.separate_prefixes?

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
autoproj-2.14.0 samples/autoproj/init.rb
autoproj-2.13.0 samples/autoproj/init.rb
autoproj-2.12.1 samples/autoproj/init.rb
autoproj-2.12.0 samples/autoproj/init.rb
autoproj-2.11.0 samples/autoproj/init.rb
autoproj-2.10.2 samples/autoproj/init.rb
autoproj-2.10.1 samples/autoproj/init.rb
autoproj-2.10.0 samples/autoproj/init.rb
autoproj-2.9.0 samples/autoproj/init.rb
autoproj-2.8.8 samples/autoproj/init.rb
autoproj-2.8.7 samples/autoproj/init.rb
autoproj-2.8.6 samples/autoproj/init.rb
autoproj-2.8.5 samples/autoproj/init.rb
autoproj-2.8.5.b1 samples/autoproj/init.rb
autoproj-2.8.4 samples/autoproj/init.rb
autoproj-2.8.3 samples/autoproj/init.rb
autoproj-2.8.2 samples/autoproj/init.rb
autoproj-2.8.1 samples/autoproj/init.rb
autoproj-2.8.0 samples/autoproj/init.rb
autoproj-2.7.1 samples/autoproj/init.rb