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
c0ef691889
commit
d86c8e9fe8
3
.github/workflows/ubuntu-latest-clang.yml
vendored
3
.github/workflows/ubuntu-latest-clang.yml
vendored
@ -36,6 +36,9 @@ jobs:
|
||||
|
||||
options: -v /usr/local:/host_usr_local
|
||||
|
||||
env:
|
||||
CXXFLAGS: -stdlib=libc++
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
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: ${{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
|
||||
|
||||
jobs:
|
||||
icc_tests:
|
||||
|
4
.github/workflows/win-msvc.yml
vendored
4
.github/workflows/win-msvc.yml
vendored
@ -25,8 +25,6 @@ jobs:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
runs-on: ${{matrix.config.os}}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -40,6 +38,8 @@ jobs:
|
||||
build: [Debug, Release]
|
||||
platform: [Win32, x64]
|
||||
|
||||
runs-on: ${{matrix.config.os}}
|
||||
|
||||
name: "${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}}"
|
||||
|
||||
steps:
|
||||
|
8
.github/workflows/win-msys2-clang.yml
vendored
8
.github/workflows/win-msys2-clang.yml
vendored
@ -21,10 +21,6 @@ jobs:
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
|
||||
name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
@ -46,6 +42,10 @@ jobs:
|
||||
git mingw-w64-i686-cmake mingw-w64-i686-ninja
|
||||
mingw-w64-i686-clang
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||
|
||||
env:
|
||||
CMAKE_GENERATOR: Ninja
|
||||
|
||||
|
8
.github/workflows/win-msys2-gcc.yml
vendored
8
.github/workflows/win-msys2-gcc.yml
vendored
@ -21,10 +21,6 @@ jobs:
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
|
||||
name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
@ -46,6 +42,10 @@ jobs:
|
||||
git mingw-w64-i686-cmake mingw-w64-i686-ninja
|
||||
mingw-w64-i686-gcc
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||
|
||||
env:
|
||||
CMAKE_GENERATOR: Ninja
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user