Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
82563638
Unverified
Commit
82563638
authored
Nov 07, 2017
by
Robert Kimball
Committed by
GitHub
Nov 07, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #227 from NervanaSystems/chrisl/add-unittest-xml-report-B
Generate xUnit XML test results
parents
f5768063
c87a71cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Makefile
contrib/docker/Makefile
+1
-0
No files found.
contrib/docker/Makefile
View file @
82563638
...
...
@@ -74,6 +74,7 @@ check_cpu: build_ngraph_cpp_cpu
docker run
--rm
--tty
\
${
VOLUME
}
\
${
DOCKER_RUN_ENV
}
\
--env
GTEST_OUTPUT
=
"xml:
${
DOCKUSER_HOME
}
/ngraph-cpp-test/BUILD/unit-test-results.xml"
\
--env
RUN_UID
=
"
$(
shell
id -u
)
"
\
--env
RUN_CMD
=
"set -e ; set -o pipefail ; cd
${
DOCKUSER_HOME
}
/ngraph-cpp-test/BUILD; cmake -DCMAKE_CXX_COMPILER=clang++-3.9 -DCMAKE_C_COMPILER=clang-3.9 -DNGRAPH_BUILD_DOXYGEN_DOCS=ON -DNGRAPH_BUILD_SPHINX_DOCS=ON .. 2>&1 | tee cmake.log ; env VERBOSE=1 make
${
PARALLEL
}
2>&1 | tee make.log ; env VERBOSE=1 make check 2>&1 | tee make_check.log"
\
"ngraph_cpp_cpu:
${
BUILD_VERSION
}
"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment