aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 02:01:10 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 02:01:10 +0100
commitdca7ba9dfec9bfbb59204b79ce6b0ff355b2ce7e (patch)
tree1b06f25119d247ad22864a2a0117b5a0c92ff2c2 /.github
parent3427a61b81b542bb683e8f1e5dd376aaa184e575 (diff)
parent718da371523f37a45cbca6c83cc26ef84b7140ec (diff)
downloadghdl-dca7ba9dfec9bfbb59204b79ce6b0ff355b2ce7e.tar.gz
ghdl-dca7ba9dfec9bfbb59204b79ce6b0ff355b2ce7e.tar.bz2
ghdl-dca7ba9dfec9bfbb59204b79ce6b0ff355b2ce7e.zip
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 46346ae1e..55d1cc3e7 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -6,6 +6,7 @@ on:
env:
CI: true
+ DOCKER_BUILDKIT: 1
jobs:
@@ -137,6 +138,7 @@ jobs:
base-devel
git
mingw-w64-${{ matrix.arch }}-toolchain
+ mingw-w64-${{ matrix.arch }}-python-pip
- run: git config --global core.autocrlf input
shell: bash
@@ -170,8 +172,7 @@ jobs:
- name: Test package
run: |
- env | grep MSYSTEM
- env | grep MINGW
+ pip3 install -r testsuite/requirements.txt
GHDL=ghdl ./testsuite/testsuite.sh
env:
MSYSTEM: ${{ matrix.installs }}