fcwu / docker-ubuntu-vnc-desktop

A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.
Apache License 2.0
3.92k stars 1.42k forks source link

Circleci project setup #232

Open vipmar opened 3 years ago

vipmar commented 3 years ago

version: 2.1

orbs: win: circleci/windows@2.2.0

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 commented 3 years ago

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