| ... | @@ -123,7 +123,7 @@ It may be necessary to run commands inside the Docker to understand why the CI f |
... | @@ -123,7 +123,7 @@ It may be necessary to run commands inside the Docker to understand why the CI f |
|
|
|
|
|
|
|
You will need to first execute in the docker the commands in the `before_script` section from the corresponding YML CI file, in order to setup the environment requirements.
|
|
You will need to first execute in the docker the commands in the `before_script` section from the corresponding YML CI file, in order to setup the environment requirements.
|
|
|
|
|
|
|
|
If you get `Exit code 0xc0000135`, check if there is some DLL missing. Use this kind of command in the Docker:
|
|
If you get `Exit code 0xc0000135` in all test cases, check if there is some DLL missing. Use this kind of command in the Docker:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
& 'C:\Program Files\Git\bin\bash.exe' -c 'C:/builds/eclipse/aidge/aidge_core/build_cpp/unit_tests/Debug/tests_aidge_core.exe'
|
|
& 'C:\Program Files\Git\bin\bash.exe' -c 'C:/builds/eclipse/aidge/aidge_core/build_cpp/unit_tests/Debug/tests_aidge_core.exe'
|
| ... | | ... | |