mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try ubuntu icc pipeline
This commit is contained in:
parent
ce1d29a4d2
commit
0385fd7af4
17
.github/workflows/ubuntu-latest-icc.yml
vendored
17
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -26,10 +26,6 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
env:
|
|
||||||
CXX: dpcpp
|
|
||||||
CXXFLAGS: -stdlib=libc++
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -45,15 +41,6 @@ jobs:
|
|||||||
- 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
|
|
||||||
run: source script/ci_setup_icc.sh
|
|
||||||
|
|
||||||
- name: Test setup icc
|
|
||||||
run: echo $CXX
|
|
||||||
|
|
||||||
- name: Test icc
|
|
||||||
run: dpcpp -v
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo script/ci_install_deps.sh
|
run: sudo script/ci_install_deps.sh
|
||||||
|
|
||||||
@ -61,10 +48,10 @@ jobs:
|
|||||||
run: echo "/host_usr_local/bin" >> $GITHUB_PATH
|
run: echo "/host_usr_local/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
|
run: source script/ci_setup_icc.sh && cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build -j ${{ steps.cores.outputs.count }}
|
run: source script/ci_setup_icc.sh && cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
working-directory: build
|
working-directory: build
|
||||||
|
Loading…
Reference in New Issue
Block a user