mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Update ci workflows
This commit is contained in:
parent
80c189f9c5
commit
c0ef691889
2
.github/workflows/ubuntu-latest-clang.yml
vendored
2
.github/workflows/ubuntu-latest-clang.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: Clang ${{matrix.version}}: ${{matrix.type}}
|
||||
name: "Clang ${{matrix.version}}: ${{matrix.type}}"
|
||||
|
||||
container:
|
||||
image: teeks99/clang-ubuntu:${{matrix.version}}
|
||||
|
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: GCC ${{matrix.version}}: ${{matrix.type}}
|
||||
name: "GCC ${{matrix.version}}: ${{matrix.type}}"
|
||||
|
||||
container:
|
||||
image: gcc:${{matrix.version}}
|
||||
|
4
.github/workflows/ubuntu-latest-icc.yml
vendored
4
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -17,8 +17,8 @@ on:
|
||||
|
||||
env:
|
||||
URL_BASE: https://registrationcenter-download.intel.com/akdlm/irc_nas/17431
|
||||
LINUX_BASEKIT_URL: ${env.URL_BASE}/l_BaseKit_p_2021.1.0.2659_offline.sh
|
||||
LINUX_HPCKIT_URL: ${env.URL_BASE}/l_HPCKit_p_2021.1.0.2684_offline.sh
|
||||
LINUX_BASEKIT_URL: ${{env.URL_BASE}}/l_BaseKit_p_2021.1.0.2659_offline.sh
|
||||
LINUX_HPCKIT_URL: ${{env.URL_BASE}}/l_HPCKit_p_2021.1.0.2684_offline.sh
|
||||
|
||||
jobs:
|
||||
icc_tests:
|
||||
|
2
.github/workflows/win-msvc.yml
vendored
2
.github/workflows/win-msvc.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
build: [Debug, Release]
|
||||
platform: [Win32, x64]
|
||||
|
||||
name: ${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}}
|
||||
name: "${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}}"
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
2
.github/workflows/win-msys2-clang.yml
vendored
2
.github/workflows/win-msys2-clang.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
|
||||
name: ${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}
|
||||
name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
|
2
.github/workflows/win-msys2-gcc.yml
vendored
2
.github/workflows/win-msys2-gcc.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
|
||||
name: ${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}
|
||||
name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user