Skip to content

Commit

Permalink
[tests] Only build exactly what's neded for running XM tests on older…
Browse files Browse the repository at this point in the history
… bots. (#5038)

Also build what we can in parallel (and manually building shared dependencies first).
  • Loading branch information
rolfbjarne authored and Martin Baulig committed Oct 29, 2018
1 parent 82e0c73 commit 374898a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/package-mac-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ ZIP=$DIR.zip
rm -Rf $DIR
mkdir -p $DIR

make build-mac
make build-mac-system-dontlink
make
make .stamp-configure-projects-mac
msbuild bindings-test/bindings-test-mac.csproj
make build-mac-dontlink build-mac-apitest build-mac-introspection build-mac-linksdk build-mac-linkall build-mac-xammac_tests build-mac-system-dontlink -j8

for app in */bin/x86/*/*.app linker/mac/*/bin/x86/*/*.app introspection/Mac/bin/x86/*/*.app; do
mkdir -p "$DIR/tests/$app"
Expand Down

0 comments on commit 374898a

Please sign in to comment.