mirror of
https://github.com/curl/curl.git
synced 2026-04-19 15:51:15 +03:00
parent
41fe621ae1
commit
7aa04d3395
1 changed files with 5 additions and 5 deletions
10
.github/workflows/curl-for-win.yml
vendored
10
.github/workflows/curl-for-win.yml
vendored
|
|
@ -45,7 +45,7 @@ env:
|
|||
|
||||
jobs:
|
||||
linux-glibc-gcc:
|
||||
name: 'Linux gcc glibc'
|
||||
name: 'Linux gcc glibc (amd64, arm64)'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
linux-musl-llvm:
|
||||
name: 'Linux llvm MUSL'
|
||||
name: 'Linux llvm MUSL (amd64, riscv64)'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
|
@ -101,7 +101,7 @@ jobs:
|
|||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
mac-clang:
|
||||
name: 'macOS clang'
|
||||
name: 'macOS clang (x86_64)'
|
||||
runs-on: macos-latest
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
sh -c ./_ci-mac-homebrew.sh
|
||||
|
||||
win-llvm:
|
||||
name: 'Windows llvm'
|
||||
name: 'Windows llvm (x64)'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
win-gcc-libssh-zlibold-x86:
|
||||
name: 'Windows gcc libssh zlib-classic x86'
|
||||
name: 'Windows gcc libssh zlib-classic (x86)'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue