Skip to content

Fix gitlab CI on Windows where only the first conda build (debug) was run

Samuel Debionne requested to merge fix-gitlab-ci-win into v1.8

Use "call" to run multiple script commands (note that conda is actually conda.bat on Windows) as described in https://gitlab.com/gitlab-org/gitlab-runner/issues/2730

Merge request reports