cibuildsystem

package module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2019 License: AGPL-3.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildSystem

type BuildSystem interface {

	// Name returns the name of the build systems
	Name() string

	// GetBuildFile returns the buildfile for this system
	GetBuildFile() string

	// GetCacheDirectories returns the list of directories that can be used as build cache
	GetCacheDirectories(sourceTree string, homeDir string) ([]string, error)
}

BuildSystem represents the various build systems as inferred by this engine

type GetBuildSystemsFunc

type GetBuildSystemsFunc func() []BuildSystem

GetBuildSystemsFunc returns the build systems

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL