Skip to content

Commit

Permalink
CI/docker/install_prep: copy xmls to bin dir
Browse files Browse the repository at this point in the history
when creating dir hier. for win installer, copy xmls dir to bin dir
this ensures the detailed SPI Reg Map is visible on windows

Signed-off-by: Cristina Suteu <[email protected]>
(cherry picked from commit d29fe60)
  • Loading branch information
cristina-suteu authored and SRaus committed Feb 28, 2024
1 parent 14aeb51 commit eb026eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/docker/install_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ bin_dir() {
cp -r $WORKDIR/iio-oscilloscope/glade $WORKDIR/iio-oscilloscope/build/bin/
cp -r $WORKDIR/iio-oscilloscope/block_diagrams $WORKDIR/iio-oscilloscope/build/bin/
cp -r $WORKDIR/iio-oscilloscope/icons $WORKDIR/iio-oscilloscope/build/bin/
cp -r $WORKDIR/iio-oscilloscope/xmls $WORKDIR/iio-oscilloscope/build/bin/
popd
}

Expand All @@ -98,7 +99,6 @@ lib_dir() {
cp -r $WORKDIR/iio-oscilloscope/filters $WORKDIR/iio-oscilloscope/build/lib/osc
cp -r $WORKDIR/iio-oscilloscope/build/profiles $WORKDIR/iio-oscilloscope/build/lib/osc
cp -r $WORKDIR/iio-oscilloscope/waveforms $WORKDIR/iio-oscilloscope/build/lib/osc
cp -r $WORKDIR/iio-oscilloscope/xmls $WORKDIR/iio-oscilloscope/build/lib/osc
cp $WORKDIR/iio-oscilloscope/build/plugins/*.dll $WORKDIR/iio-oscilloscope/build/lib/osc
popd
}
Expand Down

0 comments on commit eb026eb

Please sign in to comment.