Check the otherbuilds builds in the CI run
This commit is contained in:
13
otherbuilds/check.sh
Executable file
13
otherbuilds/check.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
if [ ! -d /Applications ]; then
|
||||
make -f otherbuilds/Makefile.linux
|
||||
g++ main/main.cpp lib/librubberband.a -Isrc -o test -lsndfile -lsamplerate -lpthread
|
||||
./test -V
|
||||
else
|
||||
make -f otherbuilds/Makefile.macos
|
||||
c++ main/main.cpp lib/librubberband.a -Isrc -o test -lsndfile -lsamplerate -framework Accelerate
|
||||
./test -V
|
||||
make -f otherbuilds/Makefile.macos clean
|
||||
make -f otherbuilds/Makefile.ios
|
||||
fi
|
||||
Reference in New Issue
Block a user