From 4c359b20e6d4396d44d491a0721d878eb83822df Mon Sep 17 00:00:00 2001 From: Quacksire <19170969+quacksire@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:41:41 -0800 Subject: [PATCH] finally fixed.. agh --- .circleci/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 754f1f8b..35ac334d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,8 +34,18 @@ jobs: sudo dpkg --add-architecture i386 sudo apt-get update -y sudo apt-get install -y wine32 + - run: + name: Start X VNC Server + command: x11vnc -forever -nopw -create + background: true + #- run: + #name: Base Functionality Testing + #command: yarn test - store_test_results: path: test-results + - run: + name: Append Commit BuildID to Version + command: yarn circle:append-bid - run: name: Generate Builds (Linux) command: yarn dist -l -p never