-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathtravis.sh
executable file
·29 lines (25 loc) · 1.01 KB
/
travis.sh
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
#!/bin/bash
set -e
oscript /usr/share/oscript/lib/opm/src/opm.os run coverage
# temp=`cat packagedef | grep ".Версия(" | sed 's|[^"]*"||' | sed -r 's/".+//'`
# version=${temp##*|}
# if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then
# if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
# sonar-scanner \
# -Dsonar.host.url=http://sonar.silverbulleters.org \
# -Dsonar.analysis.mode=issues \
# -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
# -Dsonar.github.repository=$TRAVIS_REPO_SLUG \
# -Dsonar.github.oauth=$SONAR_GITHUB_TOKEN \
# -Dsonar.login=$SONAR_TOKEN \
# -Dsonar.scanner.skip=false \
# -Dsonar.branch.name=
# elif [ "$TRAVIS_BRANCH" == "develop" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
# sonar-scanner \
# -Dsonar.host.url=http://sonar.silverbulleters.org \
# -Dsonar.login=$SONAR_TOKEN \
# -Dsonar.projectVersion=$version\
# -Dsonar.scanner.skip=false \
# -Dsonar.branch.name=
# fi
# fi