fixing issue on relative path
This commit is contained in:
Родитель
47c77498ef
Коммит
e3ee1a1302
|
@ -16,6 +16,7 @@ script:
|
||||||
- export MAVEN_OPTS="-XX:MaxPermSize=2g -Xmx4g"
|
- export MAVEN_OPTS="-XX:MaxPermSize=2g -Xmx4g"
|
||||||
- export JAVA_OPTS="-XX:MaxPermSize=2g -Xmx4g"
|
- export JAVA_OPTS="-XX:MaxPermSize=2g -Xmx4g"
|
||||||
- export NUNITCONSOLE="`pwd`/testrunner/NUnit.Console.3.0.0/tools/nunit3-console.exe"
|
- export NUNITCONSOLE="`pwd`/testrunner/NUnit.Console.3.0.0/tools/nunit3-console.exe"
|
||||||
- ./build/build.sh
|
- cd ./build
|
||||||
- ./csharp/test.sh
|
- ./build.sh
|
||||||
- ./build/run-samples.sh --validate
|
- ../csharp/test.sh
|
||||||
|
- ./run-samples.sh --validate
|
||||||
|
|
|
@ -5,7 +5,8 @@ build_script:
|
||||||
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
|
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
|
||||||
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
|
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
|
||||||
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
|
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
|
||||||
- cmd: .\build\Build.cmd
|
- cmd: cd .\build
|
||||||
|
- cmd: .\Build.cmd
|
||||||
|
|
||||||
# need test section below - otherwise auto discovery will run samples will fail build (since it has no text fixtures)
|
# need test section below - otherwise auto discovery will run samples will fail build (since it has no text fixtures)
|
||||||
test:
|
test:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче