mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +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
|
||||
shell: cmd
|
||||
|
||||
- name: Install Visual C++ 2010 Redistributable
|
||||
run: |
|
||||
choco install -y vcredist2010
|
||||
refreshenv
|
||||
shell: cmd
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd install
|
||||
@ -477,6 +483,12 @@ jobs:
|
||||
.\systemwidedeploy.cmd 1
|
||||
shell: cmd
|
||||
|
||||
- name: Install Visual C++ 2010 Redistributable
|
||||
run: |
|
||||
choco install -y vcredist2010
|
||||
refreshenv
|
||||
shell: cmd
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd install
|
||||
|
Loading…
x
Reference in New Issue
Block a user