-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCONFIG.ini
48 lines (38 loc) · 1.49 KB
/
CONFIG.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
unset SOURCES_URI
unset CMOCKA_EXTENSIONS_REPO_NAME
unset CMOCKA_EXTENSIONS_REPO_PATH
unset CMOCKA_EXTENSIONS_REPO_REF
###################################################
#
# Using a common base URI or path for dependencies
#
###################################################
# uncomment and edit for common local workspace folder, containing all project
# dependencies
#export SOURCES_URI="../"
# or
# uncomment and edit for common remote repository base URI, containing all
# project dependencies
# export SOURCES_URI="https://${GIT_USER_TOKEN}@gitlabintern.emlix.com/elektrobit/base-os/"
# define repository names of project dependencies
# local
#export CMOCKA_EXTENSIONS_REPO_NAME="cmocka_extensions"
# or
# remote
# export CMOCKA_EXTENSIONS_REPO_NAME="cmocka_extensions.git"
#################################################################
#
# Define repository location for each project dependency separately
#
#################################################################
# uncomment and edit to use a local repository
#export CMOCKA_EXTENSIONS_REPO_PATH="../cmocka_extensions"
# or
# uncomment and edit to use a remote repository
#export CMOCKA_EXTENSIONS_REPO_PATH="https://${GIT_USER_TOKEN}@gitlabintern.emlix.com/elektrobit/base-os/cmocka_extensions.git"
###########################################################
#
# uncomment and edit to set a specific target branch or tag
#
###########################################################
#export CMOCKA_EXTENSIONS_REPO_REF="cobos-tools-last-release"