mirror of
https://github.com/boostorg/config.git
synced 2025-08-01 05:14:28 +02:00
Merge pull request #475 from boostorg/ci_2023_04
Update CI script for current runners.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -151,7 +151,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
toolset: [ clang, gcc-11, gcc-10, gcc-9 ]
|
toolset: [ clang, gcc-11, gcc-10 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@@ -511,13 +511,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source ../emsdk/emsdk_env.sh
|
source ../emsdk/emsdk_env.sh
|
||||||
emcc -pthread -s EXIT_RUNTIME=1 -s PTHREAD_POOL_SIZE=32 -I. -O3 -o config_info_pthread libs/config/test/config_info.cpp
|
emcc -pthread -s EXIT_RUNTIME=1 -s PTHREAD_POOL_SIZE=32 -I. -O3 -o config_info_pthread libs/config/test/config_info.cpp
|
||||||
node --experimental-wasm-threads --experimental-wasm-bulk-memory config_info_pthread
|
node --experimental-wasm-threads config_info_pthread
|
||||||
- name: Test config_test (pthread)
|
- name: Test config_test (pthread)
|
||||||
working-directory: ../boost-root
|
working-directory: ../boost-root
|
||||||
run: |
|
run: |
|
||||||
source ../emsdk/emsdk_env.sh
|
source ../emsdk/emsdk_env.sh
|
||||||
emcc -pthread -s EXIT_RUNTIME=1 -s PTHREAD_POOL_SIZE=32 -s DISABLE_EXCEPTION_CATCHING=0 -I. -O3 -o config_test_pthread libs/config/test/config_test.cpp
|
emcc -pthread -s EXIT_RUNTIME=1 -s PTHREAD_POOL_SIZE=32 -s DISABLE_EXCEPTION_CATCHING=0 -I. -O3 -o config_test_pthread libs/config/test/config_test.cpp
|
||||||
node --experimental-wasm-threads --experimental-wasm-bulk-memory config_test_pthread
|
node --experimental-wasm-threads config_test_pthread
|
||||||
ubuntu-cuda:
|
ubuntu-cuda:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
|
Reference in New Issue
Block a user