1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 19:50:34 +00:00

CI: Execute volk_gnsssdr_profile in Windows

This commit is contained in:
Carles Fernandez 2020-11-21 10:36:04 +01:00
parent 7e1f0176f4
commit e9b874dafa
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -112,6 +112,10 @@ jobs:
- name: test
shell: powershell
run: cd build; ctest -C Release
- name: install
run: cmake --install build
- name: run profile
run: cd 'C:\Program Files (x86)\volk_gnsssdr\bin'; .\volk_gnsssdr_profile.exe
volk-gnsssdr-ubuntu: