Skip to content

Commit

Permalink
Merge pull request #4 from Q-Pix/develop
Browse files Browse the repository at this point in the history
modify buildRelease.sh
  • Loading branch information
delofson0211 committed Nov 20, 2023
2 parents 5e0a50f + 0b8ae58 commit 2360f07
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions buildRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ while read -r line; do
qpixrtd)
echo Performing any RTD specific tasks...;
source ./build.sh;
echo Building the EXAMPLE...;
echo $(pwd -P)
cd $initdir/../qpixrtd/EXAMPLE/build; cmake ..; make; cd ..;
cd $initdir/../qpixrtd/RTD;
[ -d "build" ] || mkdir build;
cd build;
cmake ../;
make;
;;

qpixar)
Expand Down

0 comments on commit 2360f07

Please sign in to comment.