Skip to content

Commit

Permalink
Adapt to new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Oct 7, 2024
1 parent 98c3a31 commit 9ad828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ARG GITHUB_BRANCH=next

RUN git config --global http.postBuffer 52428800 && \
git clone https://github.com/${GITHUB_USER}/${GITHUB_REPO}.git && \
cd gnss-sdr/build && git checkout ${GITHUB_BRANCH} && \
cd gnss-sdr && git checkout ${GITHUB_BRANCH} && mkdir -p build && cd build && \
cmake -DENABLE_OSMOSDR=ON -DENABLE_FMCOMMS2=ON -DENABLE_PLUTOSDR=ON -DENABLE_AD9361=ON -DENABLE_RAW_UDP=ON -DENABLE_ZMQ=ON -DENABLE_PACKAGING=ON -DENABLE_INSTALL_TESTS=ON .. && \
make -j2 && make install && cd ../.. && rm -rf * && rm -rf /home/*

Expand Down

0 comments on commit 9ad828e

Please sign in to comment.