|
|
|
@ -1,19 +1,17 @@
|
|
|
|
|
# if from_scratch is true, main_dir will be reoved before the test and on the target a rebuild is triggered, |
|
|
|
|
# thus nothing locally and remotely is prepared |
|
|
|
|
#from_scratch=true |
|
|
|
|
from_scratch=true |
|
|
|
|
|
|
|
|
|
# directory where the code will be stored (can be relative to the directory where the test.sh script is) |
|
|
|
|
main_dir="./IOW_ESM" |
|
|
|
|
|
|
|
|
|
# source of the code |
|
|
|
|
# can be a path to the root directory (absolute or relative to test directory) |
|
|
|
|
#src=".." |
|
|
|
|
src=".." |
|
|
|
|
# or a name of a branch existing in https://git.io-warnemuende.de/iow_esm/main.git like e.g. |
|
|
|
|
#src="1.01.00" |
|
|
|
|
# Note that if src is not an existing directory it is assumed to be a branch name |
|
|
|
|
|
|
|
|
|
src="master" |
|
|
|
|
|
|
|
|
|
# user-specific settings |
|
|
|
|
|
|
|
|
|
# setups that will be tested in format of the usual SETUPS file |
|
|
|
|