File tree Expand file tree Collapse file tree 2 files changed +6
-30
lines changed
Expand file tree Collapse file tree 2 files changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -6,38 +6,26 @@ echo DS3_ENDPOINT ${DS3_ENDPOINT}
66echo DS3_SECRET_KEY ${DS3_SECRET_KEY}
77echo DS3_ACCESS_KEY ${DS3_ACCESS_KEY}
88
9- echo " cd /opt"
9+ set -x
10+
1011cd /opt
1112
1213if [ ${GIT_BRANCH} != " master" ]; then
13- echo git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
1414 git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
1515else
16- echo git clone ${GIT_REPO}
1716 git clone ${GIT_REPO}
1817fi
1918
20- echo " cd ds3_c_sdk"
2119cd ds3_c_sdk
20+ git rev-parse HEAD
2221
23- echo " cmake ."
2422cmake .
25-
26- echo " make"
2723make
28-
29- echo " make install"
3024make install
3125ldconfig
3226
33- echo " cd test"
3427cd test
35-
36- echo " cmake ."
3728cmake .
38-
39- echo " make"
4029make
41- echo " make mem"
4230make mem
4331
Original file line number Diff line number Diff line change @@ -6,39 +6,27 @@ echo DS3_ENDPOINT ${DS3_ENDPOINT}
66echo DS3_SECRET_KEY ${DS3_SECRET_KEY}
77echo DS3_ACCESS_KEY ${DS3_ACCESS_KEY}
88
9- echo " cd /opt"
9+ set -x
10+
1011cd /opt
1112
1213if [ ${GIT_BRANCH} != " master" ]; then
13- echo git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
1414 git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
1515else
16- echo git clone ${GIT_REPO}
1716 git clone ${GIT_REPO}
1817fi
1918
20- echo " cd ds3_c_sdk"
2119cd ds3_c_sdk
20+ git rev-parse HEAD
2221
23- echo " cmake ."
2422cmake .
25-
26- echo " make"
2723make
28-
29- echo " make install"
3024make install
3125ldconfig
3226
33- echo " cd test"
3427cd test
35-
36- echo " cmake ."
3728cmake .
38-
39- echo " make"
4029make
41- echo " make test"
4230make test
4331
4432cat Testing/Temporary/LastTest.log
You can’t perform that action at this time.
0 commit comments