Browse Source

test drone

master
wanggang 1 year ago
parent
commit
0ac026c77b
  1. 9
      .drone.yml

9
.drone.yml

@ -7,9 +7,18 @@ platform:
arch: amd64
os: linux
volumes:
- name: cache
host:
path: /root/cache
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
volumes:
- name: cache
host:
path: /root/.nuget/packages
commands:
- cd ./build
- chmod 755 ./build.sh

Loading…
Cancel
Save