We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c7218 commit 70f2925Copy full SHA for 70f2925
2 files changed
release/kokoro/release_windows.bat
@@ -0,0 +1,5 @@
1
+@echo off
2
+echo Cel-expr-python release build on Windows
3
+echo TODO(b/507567432): implement release build for windows.
4
+
5
+exit /b 0
release/kokoro/release_windows.cfg
@@ -0,0 +1,9 @@
+# proto-file: //devtools/kokoro/config/proto/build.proto
+# proto-message: BuildConfig
+build_file: "cel-python/release/kokoro/release_windows.bat"
+timeout_mins: 120
6
7
+container_properties {
8
+ docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/windows/windows2019/full@sha256:c9995cdda2206803409164f9682f47e0027b8836076591a960373e3cdb1847e1"
9
+}
0 commit comments