mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-21 06:27:01 +00:00
Remove ION source from CI
This commit is contained in:
parent
cd35ff75db
commit
4dee92ddf5
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
libgnutls-openssl-dev libmatio-dev googletest protobuf-compiler libprotobuf-dev \
|
||||
python3-mako liborc-0.4-dev
|
||||
- name: configure
|
||||
run: cd build && cmake -GNinja -DENABLE_ION=ON ..
|
||||
run: cd build && cmake -GNinja ..
|
||||
- name: build
|
||||
run: cd build && ninja
|
||||
- name: check
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
brew install ninja hdf5 automake armadillo lapack libmatio gnuradio openssl pugixml protobuf
|
||||
pip3 install mako
|
||||
- name: configure
|
||||
run: cd build && cmake -GNinja -DENABLE_ION=ON ..
|
||||
run: cd build && cmake -GNinja ..
|
||||
- name: build
|
||||
run: cd build && ninja
|
||||
- name: check
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
brew install ninja pkg-config hdf5 automake armadillo lapack libmatio gnuradio openssl pugixml protobuf
|
||||
pip3 install mako
|
||||
- name: configure
|
||||
run: cd build && cmake -GXcode -DENABLE_ION=ON ..
|
||||
run: cd build && cmake -GXcode ..
|
||||
- name: build
|
||||
run: cd build && xcodebuild -configuration Release
|
||||
- name: check
|
||||
|
Loading…
Reference in New Issue
Block a user