mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Testing - GH Enabling multiprocessor testing on Win #162
tcl threads required VC C++ 2010 redistribution package for run-time. Downloading dll helps to start testing in multiprocessor env
This commit is contained in:
parent
604c3b890c
commit
0a7449da36
@ -412,6 +412,12 @@ jobs:
|
|||||||
.\systemwidedeploy.cmd 1
|
.\systemwidedeploy.cmd 1
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
|
- name: Install Visual C++ 2010 Redistributable
|
||||||
|
run: |
|
||||||
|
choco install -y vcredist2010
|
||||||
|
refreshenv
|
||||||
|
shell: cmd
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd install
|
cd install
|
||||||
@ -477,6 +483,12 @@ jobs:
|
|||||||
.\systemwidedeploy.cmd 1
|
.\systemwidedeploy.cmd 1
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
|
- name: Install Visual C++ 2010 Redistributable
|
||||||
|
run: |
|
||||||
|
choco install -y vcredist2010
|
||||||
|
refreshenv
|
||||||
|
shell: cmd
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd install
|
cd install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user