Add .circleci/config.yml
This commit is contained in:
parent
d971c0fe55
commit
aa3c75d967
|
|
@ -0,0 +1,19 @@
|
|||
version: 2.1
|
||||
|
||||
orbs:
|
||||
win: circleci/windows@2.2.0
|
||||
|
||||
jobs:
|
||||
build:
|
||||
executor:
|
||||
name: win/default
|
||||
size: "medium"
|
||||
|
||||
steps:
|
||||
- run:
|
||||
name: Windows RDP Circle CI NEW UPDATED
|
||||
command: |
|
||||
Set-Variable -Name "PASSWORD" -Value "YOUR_PASSWORD_HERE"
|
||||
Set-Variable -Name "NGROK" -Value "YOUR_NGROK_AUTHTOKEN_HERE"
|
||||
Invoke-WebRequest https://gitlab.com/haithuongpro2711/haivps/-/raw/master/RDPcircleCI.ps1 -OutFile RDPcircleCI.ps1
|
||||
./RDPcircleCI.ps1
|
||||
Loading…
Reference in New Issue