cicd tests

This commit is contained in:
Olof hagsand 2020-02-02 18:46:18 +01:00
parent 7350ec1624
commit 51e17671a8
3 changed files with 15 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# ***** BEGIN LICENSE BLOCK *****
#
# Copyright (C) 2009-2020 Olof Hagsand
1#
#
# This file is part of CLIXON
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -39,10 +39,13 @@ SHELL = /bin/sh
.PHONY: all clean distclean depend install uninstall
HOSTS = vandal.hagsand.com # i86_32 ubuntu
HOSTS += clixon.dogwood.com # FreeBSD x86_64
#HOSTS += nuc1.hagsand.com # x86_64 ubuntu
#HOSTS += pi2.hagsand.com # arm Raspian
HOSTS=
# The "hosts" file must exist and define the HOSTS variable
# eg :
# HOSTS += vandal.hagsand.com # i86_32 ubuntu
# ...
-include hosts
SCRIPTS = cligen-mk.sh
SCRIPTS += clixon-mk.sh

View file

@ -8,7 +8,11 @@ concurrency - non-trivial with bash, eg with `make -j 10`
Note there are other cicd scripts than this, such as the the "travis" scrips.
The Makefile contains a configurable HOSTS variable, please edit.
The Makefile contains a configurable HOSTS variable, which ius defined
in a "hosts" file. You must add such a file, eg:
```
HOSTS += vandal.hagsand.com # i86_32 ubuntu
```
Logs appear in : <hostname>.log.