Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
Masonry
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Jonas Budelmann
12 years ago
Commit
4c3ff7534f3d3e332f97d72afbefd90cbe655c7c
1 parent
124a17ef
fixing travis test scheme
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
.travis.yml
Masonry.xcodeproj/xcshareddata/xcschemes/Masonry.xcscheme
.travis.yml
View file @
4c3ff75
...
...
@@ -6,4 +6,4 @@
-
brew install xctool
script
:
-
xctool -workspace
Masonry -scheme Masonry
build test
-
xctool -workspace
'Masonry.xcworkspace' -scheme 'Masonry' -configuration Debug -sdk iphonesimulator
build test
...
...
Masonry.xcodeproj/xcshareddata/xcschemes/Masonry.xcscheme
View file @
4c3ff75
...
...
@@ -14,6 +14,20 @@
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"E644E780EC0D4EAD90A3AADB"
BuildableName =
"libPods-MasonryTests.a"
BlueprintName =
"Pods-MasonryTests"
ReferencedContainer =
"container:Pods/Pods.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"DD52F1A9179CA93B005CD195"
BuildableName =
"libMasonry.a"
BlueprintName =
"Masonry"
...
...
Please
register
or
login
to post a comment