aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-07-18 23:44:03 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-07-18 23:51:01 +0200
commitd60d674c8d83573286766ffbbaa160f1bd08360c (patch)
tree0e9ff4a15c0512ca11e826bc6c865d49a1ee6060
parent68ffd76566983c9c564ce9b70cc602cb7af08c73 (diff)
downloadghdl-d60d674c8d83573286766ffbbaa160f1bd08360c.tar.gz
ghdl-d60d674c8d83573286766ffbbaa160f1bd08360c.tar.bz2
ghdl-d60d674c8d83573286766ffbbaa160f1bd08360c.zip
ci: update MSYS2 icons
-rw-r--r--.github/workflows/Test.yml24
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: