f597ff760f
Added ability to specify more than one TEMPLATE_FLAVOR (Primary plus others) Added ability for all TEMPLATE_FLAVORS and others to be able to hook into scripts (pre / post) Addeed tests for above functionality With these changes TEMPLATE_FLAVORS can be self contained and not polute code space
5 lines
83 B
YAML
5 lines
83 B
YAML
language: bash
|
|
script: bash tests.sh
|
|
before_install:
|
|
- sudo apt-get install bc
|