aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-07-18 23:43:21 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-07-18 23:51:01 +0200
commit68ffd76566983c9c564ce9b70cc602cb7af08c73 (patch)
tree2dd87d5390cdced248d78c0a81f7ece746645a01 /.github
parentdd008866e58c30003a1428f6546f7c8736e73974 (diff)
downloadghdl-68ffd76566983c9c564ce9b70cc602cb7af08c73.tar.gz
ghdl-68ffd76566983c9c564ce9b70cc602cb7af08c73.tar.bz2
ghdl-68ffd76566983c9c564ce9b70cc602cb7af08c73.zip
ci: build MINGW64 mcode
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 63819adce..fbedb92ab 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -201,12 +201,12 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
- max-parallel: 2
+ max-parallel: 3
matrix:
include: [
{icon: '๐ŸŸฆ', installs: 'MINGW32', arch: i686, pkg: 'mcode' },
#{icon: '๐ŸŸฆ', installs: "MINGW32", arch: i686, pkg: "llvm" }, ! Not yet functional
- #{icon: '๐ŸŸช', installs: "MINGW64", arch: x86_64, pkg: "mcode" }, ! mcode is not yet supported on win64
+ {icon: '๐ŸŸช', installs: "MINGW64", arch: x86_64, pkg: "mcode" }, #! simulation with mcode is not yet supported on win64
{icon: '๐ŸŸช', installs: 'MINGW64', arch: x86_64, pkg: 'llvm' },
]
name: '${{ matrix.icon }} Build ยท ${{ matrix.installs }} ยท ${{ matrix.pkg }}'
@@ -269,7 +269,7 @@ jobs:
sys: [
{icon: '๐ŸŸฆ', installs: 'MINGW32', arch: i686, pkg: 'mcode' },
#{icon: '๐ŸŸฆ', installs: "MINGW32", arch: i686, pkg: "llvm" }, ! Not yet functional
- #{icon: '๐ŸŸช', installs: "MINGW64", arch: x86_64, pkg: "mcode" }, ! mcode is not yet supported on win64
+ #{icon: '๐ŸŸช', installs: "MINGW64", arch: x86_64, pkg: "mcode" }, ! simulation with mcode is not yet supported on win64
{icon: '๐ŸŸช', installs: 'MINGW64', arch: x86_64, pkg: 'llvm' },
]
suite: [
@@ -322,12 +322,12 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
- max-parallel: 2
+ max-parallel: 3
matrix:
sys: [
{icon: '๐ŸŸฆ', installs: 'MINGW32', arch: i686, pkg: 'mcode' },
#{icon: '๐ŸŸฆ', installs: "MINGW32", arch: i686, pkg: "llvm" }, ! Not yet functional
- #{icon: '๐ŸŸช', installs: "MINGW64", arch: x86_64, pkg: "mcode" }, ! mcode is not yet supported on win64
+ {icon: '๐ŸŸช', installs: "MINGW64", arch: x86_64, pkg: "mcode" }, #! simulation with mcode is not yet supported on win64
{icon: '๐ŸŸช', installs: 'MINGW64', arch: x86_64, pkg: 'llvm' },
]
name: '${{ matrix.sys.icon }} pyGHDL ยท ${{ matrix.sys.installs }} ยท ${{ matrix.sys.pkg }}'