Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
0c3c29e4
Commit
0c3c29e4
authored
Nov 13, 2018
by
Andrew Tulloch
Committed by
Tianqi Chen
Nov 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Jenkinsfile] Build NNPACK and run tests in `ci-cpu` (#2095)
parent
313e1d99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Jenkinsfile
+4
-0
No files found.
Jenkinsfile
View file @
0c3c29e4
...
@@ -131,6 +131,8 @@ stage('Build') {
...
@@ -131,6 +131,8 @@ stage('Build') {
echo set\\(USE_SORT ON\\) >> config.cmake
echo set\\(USE_SORT ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-4.0\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-4.0\\) >> config.cmake
echo set\\(USE_NNPACK ON\\) >> config.cmake
echo set\\(NNPACK_PATH /NNPACK/build/\\) >> config.cmake
echo set\\(CMAKE_CXX_COMPILER g++\\) >> config.cmake
echo set\\(CMAKE_CXX_COMPILER g++\\) >> config.cmake
echo set\\(CMAKE_CXX_FLAGS -Werror\\) >> config.cmake
echo set\\(CMAKE_CXX_FLAGS -Werror\\) >> config.cmake
"""
"""
...
@@ -140,6 +142,8 @@ stage('Build') {
...
@@ -140,6 +142,8 @@ stage('Build') {
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_cpp_unittest.sh"
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_cpp_unittest.sh"
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_python_vta.sh"
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_python_vta.sh"
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_rust.sh"
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_rust.sh"
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_python_unittest.sh"
sh
"${docker_run} tvmai/ci-cpu ./tests/scripts/task_python_integration.sh"
}
}
}
}
}
}
...
...
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