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