Check single-compilation-unit build too
This commit is contained in:
@@ -4,10 +4,14 @@ if [ ! -d /Applications ]; then
|
|||||||
make -f otherbuilds/Makefile.linux
|
make -f otherbuilds/Makefile.linux
|
||||||
g++ main/main.cpp lib/librubberband.a -I. -Isrc -o test -lsndfile -lsamplerate -lpthread
|
g++ main/main.cpp lib/librubberband.a -I. -Isrc -o test -lsndfile -lsamplerate -lpthread
|
||||||
./test -V
|
./test -V
|
||||||
|
g++ main/main.cpp single/RubberBandSingle.cpp -o test_single -lsndfile
|
||||||
|
./test_single -V
|
||||||
else
|
else
|
||||||
make -f otherbuilds/Makefile.macos
|
make -f otherbuilds/Makefile.macos
|
||||||
c++ main/main.cpp lib/librubberband.a -I. -Isrc -o test -lsndfile -lsamplerate -framework Accelerate
|
c++ main/main.cpp lib/librubberband.a -I. -Isrc -o test -lsndfile -lsamplerate -framework Accelerate
|
||||||
./test -V
|
./test -V
|
||||||
make -f otherbuilds/Makefile.macos clean
|
make -f otherbuilds/Makefile.macos clean
|
||||||
make -f otherbuilds/Makefile.ios
|
make -f otherbuilds/Makefile.ios
|
||||||
|
c++ main/main.cpp single/RubberBandSingle.cpp -o test_single -lsndfile
|
||||||
|
./test_single -V
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user