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:
|
||||
shell: bash
|
||||
|
||||
env:
|
||||
CXX: dpcpp
|
||||
CXXFLAGS: -stdlib=libc++
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -45,15 +41,6 @@ jobs:
|
||||
- name: Install icc
|
||||
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
|
||||
run: sudo script/ci_install_deps.sh
|
||||
|
||||
@ -61,10 +48,10 @@ jobs:
|
||||
run: echo "/host_usr_local/bin" >> $GITHUB_PATH
|
||||
|
||||
- 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
|
||||
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
|
||||
working-directory: build
|
||||
|
Loading…
Reference in New Issue
Block a user