parent
cac89d0af0
commit
a3b9f47e96
@ -8,15 +8,17 @@ on:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build: # 定义一个名为 build 的作业
|
||||
runs-on: test # 指定了作业运行的环境
|
||||
|
||||
build:
|
||||
runs-on: test
|
||||
steps:
|
||||
- name: Set PowerShell Execution Policy
|
||||
run: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
|
||||
|
||||
- name: Run CMake build and install
|
||||
shell: powershell
|
||||
run: |
|
||||
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
|
||||
echo "test_start"
|
||||
sleep 20
|
||||
echo "test_end"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user