workflows/test: disable x86 Cygwin
This commit is contained in:
parent
190f39dc69
commit
74a1183273
2 changed files with 3 additions and 12 deletions
9
.github/actions/build-foo-cygwin/action.yml
vendored
9
.github/actions/build-foo-cygwin/action.yml
vendored
|
@ -1,9 +1,5 @@
|
|||
name: Build foo.exe
|
||||
description: Build foo.exe (on Cygwin)
|
||||
inputs:
|
||||
platform:
|
||||
description: Target platform
|
||||
required: true
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
@ -14,7 +10,6 @@ runs:
|
|||
echo "$src_dir"
|
||||
src_dir="$( cygpath -ua "$src_dir" )"
|
||||
cd -- "$src_dir"
|
||||
arch=
|
||||
[ '${{ matrix.platform }}' == 'x86' ] && arch=-m32
|
||||
clang++ $arch -std=c++14 -o foo.exe foo.cpp
|
||||
clang++ --version
|
||||
clang++ -std=c++14 -o foo.exe foo.cpp
|
||||
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue