Skip to content

simplerobot/build-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-scripts

A set of scripts used for building packages The scripts should be used as:

GITHUB_DEPS += simplerobot/build-scripts
GITHUB_DEPS += simplerobot/test
GITHUB_DEPS += simplerobot/lib-jsoncpp

include ../build-scripts/build/release/include.make

default : ...

This example will ensure that the listed packages are included in the workspace and built. It will also assume the default target is "default". It will also define the following:

deps : ...

PKG_BUILD_SCRIPTS_DIR = ../build-scripts/build/release
PKG_TEST_DIR = ../test/build/release
PKG_LIB_JSONCPP_DIR = ../lib-jsoncpp/build/release

About

A set of scripts used for building packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published