Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / SALOMEBOOTSTRAP.pyconf
1 default :
2 {
3     name : "SALOMEBOOTSTRAP"
4     build_source : "cmake"
5     cmake_options : ""
6     get_source : "git"
7     git_info:
8     {
9       repositories :
10       {
11         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/salome_bootstrap.git"
12         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "salome_bootstrap.git"
13       }
14     }
15     environ :
16     {
17        env_script : $name + ".py"
18     }
19     depend : ["Python"]
20     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     properties:
24     {
25         incremental : "yes"
26     }
27     patches: []
28 }
29