1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-02-14 10:00:11 +00:00

CI: Update windows job

This commit is contained in:
Carles Fernandez 2022-04-06 20:20:18 +02:00
parent 1c25289854
commit 20b76963c2
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -124,7 +124,7 @@ jobs:
pip install mako
- name: configure
shell: powershell
run: cd build; cmake -G "Visual Studio 16 2019" ..\src\algorithms\libs\volk_gnsssdr_module\volk_gnsssdr
run: cd build; cmake -G "Visual Studio 17 2022" ..\src\algorithms\libs\volk_gnsssdr_module\volk_gnsssdr
- name: build
run: cmake --build build --config Release
- name: test