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
4b2c4c38
Commit
4b2c4c38
authored
Nov 21, 2019
by
Cody Yu
Committed by
Zhi
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Jenkinsfile for external runtime (#4396)
parent
122a4930
Hide 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 @
4b2c4c38
...
...
@@ -163,6 +163,7 @@ stage('Build') {
echo set\\(USE_STACKVM_RUNTIME ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_VM_PROFILER ON\\) >> config.cmake
echo set\\(USE_EXAMPLE_EXT_RUNTIME ON\\) >> config.cmake
echo set\\(USE_ANTLR ON\\) >> config.cmake
echo set\\(USE_BLAS openblas\\) >> config.cmake
echo set\\(CMAKE_CXX_COMPILER g++\\) >> config.cmake
...
...
@@ -181,6 +182,7 @@ stage('Build') {
echo set\\(USE_MICRO ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_VM_PROFILER ON\\) >> config.cmake
echo set\\(USE_EXAMPLE_EXT_RUNTIME ON\\) >> config.cmake
echo set\\(CMAKE_CXX_COMPILER clang-7\\) >> config.cmake
echo set\\(CMAKE_CXX_FLAGS -Werror\\) >> config.cmake
"""
...
...
@@ -201,6 +203,7 @@ stage('Build') {
echo set\\(USE_MICRO_STANDALONE_RUNTIME ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_VM_PROFILER ON\\) >> config.cmake
echo set\\(USE_EXAMPLE_EXT_RUNTIME ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-8\\) >> config.cmake
echo set\\(USE_NNPACK ON\\) >> config.cmake
echo set\\(NNPACK_PATH /NNPACK/build/\\) >> config.cmake
...
...
@@ -233,6 +236,7 @@ stage('Build') {
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_MICRO_STANDALONE_RUNTIME ON\\) >> config.cmake
echo set\\(USE_VM_PROFILER ON\\) >> config.cmake
echo set\\(USE_EXAMPLE_EXT_RUNTIME ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-4.0\\) >> config.cmake
echo set\\(CMAKE_CXX_COMPILER g++\\) >> config.cmake
echo set\\(CMAKE_CXX_FLAGS -Werror\\) >> config.cmake
...
...
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