Skip to content
Snippets Groups Projects
Commit 4b036fbe authored by Anton Bagliy's avatar Anton Bagliy
Browse files

ADD: use artifacts to pass build results to tests

parent 47517c1c
No related merge requests found
...@@ -36,7 +36,6 @@ testsimplelexer: ...@@ -36,7 +36,6 @@ testsimplelexer:
image: czen/ubuntu_xbuild image: czen/ubuntu_xbuild
script: script:
- ./prebuild.sh - ./prebuild.sh
- ./build.sh
- mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestSimpleLexer/bin/Debug/TestSimpleLexer.dll - mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestSimpleLexer/bin/Debug/TestSimpleLexer.dll
- mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG} - mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG}
tags: tags:
...@@ -47,7 +46,6 @@ testlexer: ...@@ -47,7 +46,6 @@ testlexer:
image: czen/ubuntu_xbuild image: czen/ubuntu_xbuild
script: script:
- ./prebuild.sh - ./prebuild.sh
- ./build.sh
- mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestLexer/bin/Debug/TestLexer.dll - mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestLexer/bin/Debug/TestLexer.dll
- mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG} - mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG}
tags: tags:
...@@ -58,7 +56,6 @@ testgeneratedlexer: ...@@ -58,7 +56,6 @@ testgeneratedlexer:
image: czen/ubuntu_xbuild image: czen/ubuntu_xbuild
script: script:
- ./prebuild.sh - ./prebuild.sh
- ./build.sh
- mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestGeneratedLexer/bin/Debug/TestGeneratedLexer.dll - mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestGeneratedLexer/bin/Debug/TestGeneratedLexer.dll
- mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG} - mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG}
tags: tags:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment