From 1b6e5b491ae717eb096a7d4a68df9f772de577ae Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 13 Sep 2020 12:47:51 +0200 Subject: winkbd: Make Windows driver compileable with MingGW Automate the process via GitHub Actions as well. kbd.h can be simplified. Fixes #11. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8886753..eb34f05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - sudo apt install ninja-build libxml2-dev libxslt1-dev + sudo apt install ninja-build libxml2-dev libxslt1-dev mingw-w64 pip install . pip install flake8 pytest pytest-cov - name: Lint with flake8 @@ -37,7 +37,7 @@ jobs: # Due to the lack of corpora, we can’t run the entire thing here. run: | ./gen.sh > build.ninja - ninja _build/report/ar-lulua.svg _build/report/ar-lulua.xmodmap + ninja _build/report/ar-lulua.svg _build/report/ar-lulua.xmodmap _build/report/ar-lulua-w64.zip - name: Upload results uses: actions/upload-artifact@v2 with: -- cgit v1.2.3