FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SDWebImageFLIFCoder/.travis.yml at master · SDWebImage/SDWebImageFLIFCoder · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SDWebImage
/
SDWebImageFLIFCoder
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SDWebImageFLIFCoder
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (27 loc) · 824 Bytes
Breadcrumbs
SDWebImageFLIFCoder
/
.travis.yml
Copy path
File metadata and controls
34 lines (27 loc) · 824 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
language
:
objective-c
osx_image
:
xcode11.2
env
:
global
:
-
LC_CTYPE=en_US.UTF-8
-
LANG=en_US.UTF-8
addons
:
ssh_known_hosts
:
github.com
notifications
:
email
:
false
before_install
:
-
env
-
locale
-
gem install cocoapods --no-document --quiet
-
gem install xcpretty --no-document --quiet
-
pod --version
-
pod repo update --silent
-
xcpretty --version
-
xcodebuild -version
-
xcodebuild -showsdks
script
:
-
set -o pipefail
-
echo Check if the library described by the podspec can be built
-
pod lib lint --allow-warnings --use-libraries
-
echo Build example
-
pod install --project-directory=Example
-
xcodebuild build -workspace Example/SDWebImageFLIFCoder.xcworkspace -scheme 'SDWebImageFLIFCoder-Example' -destination 'name=iPhone 11 Pro' -configuration Debug | xcpretty -c
Back
|
FazBrowse Home
|
New Git URL