Skip to content
Snippets Groups Projects
Unverified Commit b4e15e9e authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Try not to call vcvarsall.bat (should be call by cxx-compiler activation script

parent ca3f6cce
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,6 @@ dependencies: ...@@ -8,5 +8,6 @@ dependencies:
- pkg-config - pkg-config
- boost - boost
- ccache - ccache
- cxx-compiler
- ninja - ninja
- scipy - scipy
...@@ -65,10 +65,6 @@ jobs: ...@@ -65,10 +65,6 @@ jobs:
run: | run: |
call conda list call conda list
:: start building
call "%programfiles%\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
if errorlevel 1 exit 1
mkdir build mkdir build
pushd build pushd build
cmake ^ cmake ^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment