File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,21 @@ goto:eof
3030
3131:test
3232REM singleton_test does not work when linked as static under Windows
33- " %__BAZEL__% " test --profile=0.nodllk.tracing.json --//:with_dll=false -- ... -//api/test/singleton:singleton_test -k
33+ " %__BAZEL__% " test --profile=0.nodllk.tracing.json -k --//:with_dll=false -- ... -//api/test/singleton:singleton_test
34+ " %__BAZEL__% " build --profile=1.allk.tracing.json -k --//:with_dll=true -- ... -otel_sdk_zip
35+ " %__BAZEL__% " test --profile=2.dbgk.tracing.json -k --//:with_dll=true -c dbg -- ... -otel_sdk_zip
36+ " %__BAZEL__% " test --profile=3.fastbuildk.tracing.json -k --//:with_dll=true -c fastbuild -- ... -otel_sdk_zip
37+ " %__BAZEL__% " test --profile=4.optk.tracing.json -k --//:with_dll=true -c opt -- ... -otel_sdk_zip
38+ " %__BAZEL__% " run --profile=5.pkgk.tracing.json -k --//:with_dll=true make_otel_sdk
39+
3440" %__BAZEL__% " test --profile=0.nodll.tracing.json --//:with_dll=false -- ... -//api/test/singleton:singleton_test || goto :error
35- " %__BAZEL__% " build --profile=1.allk.tracing.json --//:with_dll=true -- ... -otel_sdk_zip -k
3641" %__BAZEL__% " build --profile=1.all.tracing.json --//:with_dll=true -- ... -otel_sdk_zip || goto :error
37- " %__BAZEL__% " test --profile=2.dbgk.tracing.json --//:with_dll=true -c dbg -- ... -otel_sdk_zip -k
3842" %__BAZEL__% " test --profile=2.dbg.tracing.json --//:with_dll=true -c dbg -- ... -otel_sdk_zip || goto :error
39- " %__BAZEL__% " test --profile=3.fastbuildk.tracing.json --//:with_dll=true -c fastbuild -- ... -otel_sdk_zip -k
4043" %__BAZEL__% " test --profile=3.fastbuild.tracing.json --//:with_dll=true -c fastbuild -- ... -otel_sdk_zip || goto :error
41- " %__BAZEL__% " test --profile=4.optk.tracing.json --//:with_dll=true -c opt -- ... -otel_sdk_zip -k
4244" %__BAZEL__% " test --profile=4.opt.tracing.json --//:with_dll=true -c opt -- ... -otel_sdk_zip || goto :error
4345goto :eof
4446
4547:zip
46- " %__BAZEL__% " run --profile=5.pkgk.tracing.json --//:with_dll=true make_otel_sdk -k
4748" %__BAZEL__% " run --profile=5.pkg.tracing.json --//:with_dll=true make_otel_sdk || goto :error
4849goto :eof
4950
You can’t perform that action at this time.
0 commit comments