Moves OSX example app to top of validate script.
This commit is contained in:
parent
24c4587b51
commit
136322ab6a
|
|
@ -102,6 +102,15 @@ else
|
|||
done
|
||||
fi
|
||||
|
||||
# make sure osx builds
|
||||
for scheme in "RxExample-OSX"
|
||||
do
|
||||
for configuration in ${CONFIGURATIONS[@]}
|
||||
do
|
||||
rx ${scheme} ${configuration} "" build
|
||||
done
|
||||
done
|
||||
|
||||
|
||||
#make sure all OSX tests pass
|
||||
for configuration in ${CONFIGURATIONS[@]}
|
||||
|
|
@ -145,12 +154,3 @@ done
|
|||
# rx "RxTests-watchOS" ${configuration} $DEFAULT_WATCHOS_SIMULATOR test
|
||||
# done
|
||||
|
||||
# make sure osx builds
|
||||
for scheme in "RxExample-OSX"
|
||||
do
|
||||
for configuration in ${CONFIGURATIONS[@]}
|
||||
do
|
||||
rx ${scheme} ${configuration} "" build
|
||||
done
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue