mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 17:55:56 +00:00
Let's try using Windows shared runners.
This commit is contained in:
parent
5128b1fa40
commit
35350daa3e
|
@ -22,7 +22,6 @@ build linux:
|
|||
build windows:
|
||||
stage: build
|
||||
script:
|
||||
- echo %PATH%
|
||||
- rustup default stable
|
||||
- cargo build --release
|
||||
- move target windows
|
||||
|
@ -31,7 +30,10 @@ build windows:
|
|||
- windows
|
||||
expire_in: 1 day
|
||||
tags:
|
||||
- shared-windows
|
||||
- windows
|
||||
- windows-1809
|
||||
|
||||
|
||||
package:
|
||||
stage: package
|
||||
|
|
Loading…
Reference in New Issue
Block a user