diff --git a/.workflow/pipeline-20240822.yml b/.workflow/pipeline-20240822.yml new file mode 100644 index 0000000..0fa9005 --- /dev/null +++ b/.workflow/pipeline-20240822.yml @@ -0,0 +1,23 @@ +version: '1.0' +name: pipeline-20240822 +displayName: pipeline-20240822 +triggers: + trigger: auto + push: + branches: + precise: + - main + schedule: + - cron: '* 45 11 * * ? *' +stages: + - name: compile + displayName: 编译 + strategy: naturally + trigger: auto + steps: + - step: build@python + name: build_python + displayName: Python 构建 + pythonVersion: '3.9' + commands: + - echo "hello world"