Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 917 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 917 Bytes

GHDL Build under Windows

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.

Building Locally

Setup environment variables:

$env:GhdlPythonPath = "..."
$env:AppveyorToken = "..."