Add SMP build job
This commit is contained in:
11
.github/workflows/regression_test.yml
vendored
11
.github/workflows/regression_test.yml
vendored
@@ -11,10 +11,17 @@ on:
|
|||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
run_tests:
|
tx:
|
||||||
uses: ./.github/workflows/regression_template.yml
|
uses: ./.github/workflows/regression_template.yml
|
||||||
with:
|
with:
|
||||||
build_script: ./scripts/build_tx.sh
|
build_script: ./scripts/build_tx.sh
|
||||||
test_script: ./scripts/test_tx.sh
|
test_script: ./scripts/test_tx.sh
|
||||||
cmake_path: ./test/tx/cmake
|
cmake_path: ./test/tx/cmake
|
||||||
deploy_url_affix: tx/
|
deploy_url_affix: tx/
|
||||||
|
tx_smp:
|
||||||
|
uses: ./.github/workflows/regression_template.yml
|
||||||
|
with:
|
||||||
|
build_script: ./scripts/build_smp.sh
|
||||||
|
test_script: ./scripts/test_smp.sh
|
||||||
|
cmake_path: ./test/smp/cmake
|
||||||
|
deploy_url_affix: smp/
|
||||||
Reference in New Issue
Block a user