@@ -62,15 +62,15 @@ jobs:
62
62
- stage : Unit Test
63
63
script :
64
64
- echo "Ops Test On Darwin"
65
- - python tools/bazel_adb_run.py --target="//test/ccunit:mace_cc_test" --run_target=False --enable_openmp=false -- target_abis=host || exit 1;
66
- - bazel build "//test/ccunit:mace_cc_test" --config=ios --config=optimization_darwin --define openmp=false --define quantize=true --define neon=true --config symbol_hidden || exit 1;
65
+ - python tools/bazel_adb_run.py --target="//test/ccunit:mace_cc_test" --run_target=False --target_abis=host || exit 1;
66
+ - bazel build "//test/ccunit:mace_cc_test" --config=ios --config=optimization_darwin --define quantize=true --define neon=true --config symbol_hidden || exit 1;
67
67
env : TYPE=Ops-Test
68
68
os : osx
69
69
osx_image : xcode7.2
70
70
- stage : Unit Test
71
71
script :
72
72
- echo "Ops Test Without NEON"
73
- - python tools/bazel_adb_run.py --target="//test/ccunit:mace_cc_test" --run_target=False --target_abis=armeabi-v7a,arm64-v8a,arm64 --enable_neon=false || exit 1
73
+ - python tools/bazel_adb_run.py --target="//test/ccunit:mace_cc_test" --run_target=False --target_abis=armeabi-v7a,arm64-v8a,arm64 --enable_neon=false --enable_quantize=false || exit 1
74
74
env : TYPE=Ops-Test-Without-NEON
75
75
os : linux
76
76
dist : xenial
90
90
osx_image : xcode7.2
91
91
- stage : Unit Test
92
92
script :
93
- - python tools/bazel_adb_run.py --target="//test/ccbenchmark:mace_cc_benchmark" --run_target=False --enable_openmp=false -- target_abis=host || exit 1;
94
- - bazel build "//test/ccbenchmark:mace_cc_benchmark" --config=ios --config=optimization_darwin --define openmp=false --define quantize=true --define neon=true --config symbol_hidden || exit 1;
93
+ - python tools/bazel_adb_run.py --target="//test/ccbenchmark:mace_cc_benchmark" --run_target=False --target_abis=host || exit 1;
94
+ - bazel build "//test/ccbenchmark:mace_cc_benchmark" --config=ios --config=optimization_darwin --define quantize=true --define neon=true --config symbol_hidden || exit 1;
95
95
env : TYPE=Ops-Benchmark
96
96
os : osx
97
97
osx_image : xcode7.2
@@ -115,15 +115,15 @@ jobs:
115
115
sudo : required
116
116
- stage : Extra Test
117
117
script :
118
- - bazel build "//mace/libmace:libmace_static" --config=darwin --config=optimization_darwin --define openmp=false --define quantize=true --config symbol_hidden || exit 1;
119
- - bazel build "//mace/libmace:libmace_dynamic" --config=darwin --config=optimization_darwin --define openmp=false --define quantize=true --config symbol_hidden || exit 1;
118
+ - bazel build "//mace/libmace:libmace_static" --config=darwin --config=optimization_darwin --define quantize=true --config symbol_hidden || exit 1;
119
+ - bazel build "//mace/libmace:libmace_dynamic" --config=darwin --config=optimization_darwin --define quantize=true --config symbol_hidden || exit 1;
120
120
env : TYPE=Build-Library
121
121
os : osx
122
122
osx_image : xcode7.2
123
123
- stage : Extra Test
124
124
script :
125
- - bazel build "//mace/libmace:libmace_static" --config=ios --config=optimization_darwin --define openmp=false --define quantize=true --define neon=true --config symbol_hidden || exit 1;
126
- - bazel build "//mace/libmace:libmace_dynamic" --config=ios --config=optimization_darwin --define openmp=false --define quantize=true --define neon=true --config symbol_hidden || exit 1;
125
+ - bazel build "//mace/libmace:libmace_static" --config=ios --config=optimization_darwin --define quantize=true --define neon=true --config symbol_hidden || exit 1;
126
+ - bazel build "//mace/libmace:libmace_dynamic" --config=ios --config=optimization_darwin --define quantize=true --define neon=true --config symbol_hidden || exit 1;
127
127
env : TYPE=Build-Library
128
128
os : osx
129
129
osx_image : xcode7.2
0 commit comments