diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-29 02:01:10 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-29 02:01:10 +0100 |
commit | dca7ba9dfec9bfbb59204b79ce6b0ff355b2ce7e (patch) | |
tree | 1b06f25119d247ad22864a2a0117b5a0c92ff2c2 /.github | |
parent | 3427a61b81b542bb683e8f1e5dd376aaa184e575 (diff) | |
parent | 718da371523f37a45cbca6c83cc26ef84b7140ec (diff) | |
download | ghdl-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.yml | 5 |
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 }} |