mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
add choco isntall make for Windows
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -109,6 +109,7 @@ jobs:
|
||||
- run: |
|
||||
choco install minikube
|
||||
minikube start
|
||||
choco install make
|
||||
- name: Kubernetes info
|
||||
run: |
|
||||
kubectl cluster-info
|
||||
@@ -118,7 +119,7 @@ jobs:
|
||||
run: kubectl apply -f https://raw.githubusercontent.com/wencaiwulue/kubevpn/master/samples/bookinfo.yaml
|
||||
|
||||
- name: Build
|
||||
run: make kubevpn-macos
|
||||
run: make kubevpn-windows
|
||||
|
||||
- name: Wait for pods reviews to be ready
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user