Skip to content

Commit 508dfa2

Browse files
committed
Remove lfs
1 parent 6868859 commit 508dfa2

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
AssimpKit/assets/* linguist-vendored=true
22
AssimpKit/Assimp/* linguist-vendored=true
3-
*.a filter=lfs diff=lfs merge=lfs -text

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ fastlane/screenshots
5858
# https://github.com/johnno1962/injectionforxcode
5959

6060
iOSInjectionProject/
61+
62+
# ignore assimp libs extracted
63+
libassimp-fat.a
64+
libassimp.a

.travis.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,16 @@ before_install:
1010
- env
1111
- locale
1212
- brew update && brew install git-lfs
13-
- git lfs install
1413
- xcpretty --version
1514
- xcodebuild -version
1615
- xcodebuild -showsdks
1716

18-
before_script:
19-
- git lfs pull
20-
2117
script:
22-
# - echo : Test the AssimpSceneKit static library for macOS
23-
# - xcodebuild -project AssimpKit/Library/Library.xcodeproj -scheme AssimpKitTests_macOS -destination 'platform=OS X,arch=x86_64' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test
18+
- echo : Test the AssimpSceneKit static library for macOS
19+
- xcodebuild -project AssimpKit/Library/Library.xcodeproj -scheme AssimpKitTests_macOS -destination 'platform=OS X,arch=x86_64' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test
2420

2521
- echo Test the AssimpSceneKit static library for iOS
26-
- xcodebuild -project AssimpKit/Library/Library.xcodeproj -scheme AssimpKitTests_iOS -destination 'platform=iOS Simulator,OS=10.0,name=iPhone 6' clean test
22+
- xcodebuild -project AssimpKit/Library/Library.xcodeproj -scheme AssimpKitTests_iOS -destination 'platform=iOS Simulator,OS=10.3.1,name=iPhone 6' clean test
2723

2824
after_success:
2925
- bash <(curl -s https://codecov.io/bash)

AssimpKit/Assimp/lib/ios/libassimp-fat.a

-3
This file was deleted.

AssimpKit/Assimp/lib/osx/libassimp.a

-3
This file was deleted.

0 commit comments

Comments
 (0)