1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 09:02:26 +00:00

Remove ION source from CI

This commit is contained in:
Carles Fernandez
2024-08-22 15:44:10 +02:00
parent cd35ff75db
commit 4dee92ddf5

View File

@@ -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