mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
try ubuntu icc pipeline
This commit is contained in:
parent
b4f00b42a2
commit
da7667cbc4
6
.github/workflows/ubuntu-latest-icc.yml
vendored
6
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -38,15 +38,15 @@ jobs:
|
|||||||
key:
|
key:
|
||||||
install-${{ env.LINUX_HPCKIT_URL }}-${{ env.LINUX_CPP_COMPONENTS_WEB }}-compiler-${{ hashFiles('**/scripts/cache_exclude_linux.sh') }}
|
install-${{ env.LINUX_HPCKIT_URL }}-${{ env.LINUX_CPP_COMPONENTS_WEB }}-compiler-${{ hashFiles('**/scripts/cache_exclude_linux.sh') }}
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: script/ci_install_deps.sh
|
||||||
|
|
||||||
- name: Install icc
|
- name: Install icc
|
||||||
run: script/ci_install_icc.sh $LINUX_HPCKIT_URL $LINUX_CPP_COMPONENTS_WEB
|
run: script/ci_install_icc.sh $LINUX_HPCKIT_URL $LINUX_CPP_COMPONENTS_WEB
|
||||||
|
|
||||||
- name: Setup icc
|
- name: Setup icc
|
||||||
run: source script/ci_setup_icc.sh
|
run: source script/ci_setup_icc.sh
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: script/ci_install_deps.sh
|
|
||||||
|
|
||||||
- name: CMake
|
- name: CMake
|
||||||
run: echo "/host_usr_local/bin" >> $GITHUB_PATH
|
run: echo "/host_usr_local/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
|
2
.github/workflows/win-msys2-gcc.yml
vendored
2
.github/workflows/win-msys2-gcc.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
mingw-w64-x86_64-gcc
|
mingw-w64-x86_64-gcc
|
||||||
type: Debug
|
type: Debug
|
||||||
- msystem: "MINGW32"
|
- msystem: "MINGW32"
|
||||||
install: ->
|
install: >-
|
||||||
git mingw-w64-i686-cmake mingw-w64-i686-ninja
|
git mingw-w64-i686-cmake mingw-w64-i686-ninja
|
||||||
mingw-w64-i686-gcc
|
mingw-w64-i686-gcc
|
||||||
type: Debug
|
type: Debug
|
||||||
|
Loading…
Reference in New Issue
Block a user