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
1 changed files with 4 additions and 0 deletions

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: