From aa3c75d967297d6ab7e0570d4fa5f020befbe7b2 Mon Sep 17 00:00:00 2001 From: taza2121 <86474177+taza2121@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:47:41 -0700 Subject: [PATCH] Add .circleci/config.yml --- .circleci/config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000..f4d5b73c --- /dev/null +++ b/.circleci/config.yml @@ -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 \ No newline at end of file