Attempt godot build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Martyn 2020-09-20 13:48:56 +02:00
parent 926829f57e
commit 4f9136abdb
1 changed files with 8 additions and 0 deletions

View File

@ -14,3 +14,11 @@ steps:
- go mod download
- go build .
- CGO_ENABLED=0 GOOS=windows go build -a -installsuffix cgo -o dlserver.exe .
- name: build_godot_windows
image: barichello/godot-ci:3.2.3
commands:
- cp dlserver/dlserver.exe godot/
- cd godot/
- mkdir -v -p build/windows
- godot -v --export "win64" build/windows/asingcrow.exe