Salome HOME
CAS should use its dedicated section on Windows
[tools/sat_salome.git] / products / CEATESTBASE.pyconf
1 default :
2 {
3     name : "CEATESTBASE"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : "https://codev-tuleap.cea.fr/plugins/git/spns/CEATESTBASE.git"
9         repo_dev : $repo
10     }
11     environ :
12     {
13         env_script : "ceatest.py"
14     }
15     depend : ["KERNEL"]
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18     properties:
19     {
20         not_in_package : "yes"
21     }
22 }