mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-10 20:10:05 +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 \
|
libgnutls-openssl-dev libmatio-dev googletest protobuf-compiler libprotobuf-dev \
|
||||||
python3-mako liborc-0.4-dev
|
python3-mako liborc-0.4-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cd build && cmake -GNinja -DENABLE_ION=ON ..
|
run: cd build && cmake -GNinja ..
|
||||||
- name: build
|
- name: build
|
||||||
run: cd build && ninja
|
run: cd build && ninja
|
||||||
- name: check
|
- name: check
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
brew install ninja hdf5 automake armadillo lapack libmatio gnuradio openssl pugixml protobuf
|
brew install ninja hdf5 automake armadillo lapack libmatio gnuradio openssl pugixml protobuf
|
||||||
pip3 install mako
|
pip3 install mako
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cd build && cmake -GNinja -DENABLE_ION=ON ..
|
run: cd build && cmake -GNinja ..
|
||||||
- name: build
|
- name: build
|
||||||
run: cd build && ninja
|
run: cd build && ninja
|
||||||
- name: check
|
- name: check
|
||||||
@ -92,7 +92,7 @@ jobs:
|
|||||||
brew install ninja pkg-config hdf5 automake armadillo lapack libmatio gnuradio openssl pugixml protobuf
|
brew install ninja pkg-config hdf5 automake armadillo lapack libmatio gnuradio openssl pugixml protobuf
|
||||||
pip3 install mako
|
pip3 install mako
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cd build && cmake -GXcode -DENABLE_ION=ON ..
|
run: cd build && cmake -GXcode ..
|
||||||
- name: build
|
- name: build
|
||||||
run: cd build && xcodebuild -configuration Release
|
run: cd build && xcodebuild -configuration Release
|
||||||
- name: check
|
- name: check
|
||||||
|
Loading…
Reference in New Issue
Block a user