Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit e997ea9

Browse files
committed
Force 32 bit build for test
This matches the expected output files
1 parent 4fcd4ec commit e997ea9

File tree

1 file changed

+2
-1
lines changed
  • integration_tests/ExtensionLibrary

1 file changed

+2
-1
lines changed

integration_tests/ExtensionLibrary/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test:
2-
xcodebuild -sdk iphonesimulator SYMROOT=build clean build > /dev/null
2+
xcodebuild -sdk iphonesimulator -arch i386 \
3+
SYMROOT=build clean build > /dev/null
34
# Get all built files and validate them against expected files
45
find build/Debug-iphonesimulator > actual_files.txt
56
diff actual_files.txt expected_files.txt

0 commit comments

Comments
 (0)