diff options
-rw-r--r-- | .github/workflows/Test.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index fbedb92ab..d6a3bac45 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -204,10 +204,10 @@ jobs: 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" }, #! simulation with mcode is not yet supported on win64 - {icon: '๐ช', installs: 'MINGW64', arch: x86_64, pkg: 'llvm' }, + {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" }, #! 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 }}' env: @@ -267,10 +267,10 @@ jobs: max-parallel: 8 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" }, ! simulation with mcode is not yet supported on win64 - {icon: '๐ช', installs: 'MINGW64', arch: x86_64, pkg: 'llvm' }, + {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" }, ! simulation with mcode is not yet supported on win64 + {icon: '๐ฆ', installs: 'MINGW64', arch: x86_64, pkg: 'llvm' }, ] suite: [ 'sanity pyunit vpi vhpi', @@ -325,10 +325,10 @@ jobs: 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" }, #! simulation with mcode is not yet supported on win64 - {icon: '๐ช', installs: 'MINGW64', arch: x86_64, pkg: 'llvm' }, + {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" }, #! 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 }}' defaults: |