mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
CI: Execute volk_gnsssdr_profile in Windows
This commit is contained in:
parent
7e1f0176f4
commit
e9b874dafa
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -112,6 +112,10 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: cd build; ctest -C Release
|
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:
|
volk-gnsssdr-ubuntu:
|
||||||
|
Loading…
Reference in New Issue
Block a user