This repository contains automation scripts to build the GHDL Language Server as a PyInstaller binary for Windows. The goal is to have a simple deployment of the VSCode extension for windows.
Everything in this repository is currently WIP
GitHub Actions are set up to autmatically run the scripts.
Later, they will also bundle the releases.
Setup environment variables:
$env:GhdlPythonPath = "..."
$env:AppveyorToken = "..."