Skip to content

Commit b2e3274

Browse files
committed
first try with -k then without
1 parent cccc587 commit b2e3274

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

otel_sdk_build.cmd

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,21 @@ goto:eof
3030

3131
:test
3232
REM 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
4345
goto: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
4849
goto:eof
4950

0 commit comments

Comments
 (0)