This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!8193
Java compilation does not compile ut by default
Merge pull request
!8193
from yeyunpeng2020/java
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
1797396aa8
030ee2243e
commit
2a1d95b340
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
build.sh
+ 2
- 0
build.sh
View File
@@ -330,6 +330,8 @@ checkopts()
LITE_LANGUAGE="java"
LITE_LANGUAGE="java"
ENABLE_CONVERTER="off"
ENABLE_CONVERTER="off"
ANDROID_STL="c++_static"
ANDROID_STL="c++_static"
RUN_TESTCASES="off"
ENABLE_TOOLS="off"
elif [[ "$OPTARG" == "object-c" ]]; then
elif [[ "$OPTARG" == "object-c" ]]; then
LITE_LANGUAGE="object-c"
LITE_LANGUAGE="object-c"
else
else
Write
Preview
Loading…
Cancel
Save