Skip to content

Commit

Permalink
Vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Dec 16, 2023
1 parent 24f0372 commit 779319d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci_checks/macos/standard-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euxo pipefail
brew install \
automake scons ragel gengetopt \
libuv speexdsp sox openssl@3 \
cpputest google-benchmark libsndfile
cpputest google-benchmark

# debug build
scons -Q \
Expand All @@ -15,7 +15,7 @@ scons -Q \
--enable-examples \
--enable-debug \
--sanitizers=all \
--build-3rdparty=openfec \
--build-3rdparty=openfec,sndfile \
test

# release build
Expand All @@ -24,5 +24,5 @@ scons -Q \
--enable-tests \
--enable-benchmarks \
--enable-examples \
--build-3rdparty=openfec \
--build-3rdparty=openfec,sndfile \
test

0 comments on commit 779319d

Please sign in to comment.