mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 20:55:55 +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:
|
build windows:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo %PATH%
|
|
||||||
- rustup default stable
|
- rustup default stable
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- move target windows
|
- move target windows
|
||||||
|
@ -31,7 +30,10 @@ build windows:
|
||||||
- windows
|
- windows
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
tags:
|
tags:
|
||||||
|
- shared-windows
|
||||||
- windows
|
- windows
|
||||||
|
- windows-1809
|
||||||
|
|
||||||
|
|
||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
|
|
Loading…
Reference in New Issue
Block a user