Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
Zip
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
YongYue
Zip
Commits
853024c8
Commit
853024c8
authored
Jan 17, 2016
by
Roy Marmelstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI updates
parent
fee01493
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+1
-1
build.sh
build.sh
+3
-3
No files found.
.travis.yml
View file @
853024c8
...
...
@@ -11,7 +11,7 @@ before_install:
-
xcrun simctl list
install
:
echo "<3"
env
:
-
MODE=
build
-
MODE=
framework
-
MODE=examples
script
:
./build.sh $MODE
...
...
build.sh
100644 → 100755
View file @
853024c8
...
...
@@ -17,14 +17,14 @@ trap trap_handler INT TERM EXIT
MODE
=
"
$1
"
if
[
"
$MODE
"
=
"
build
"
]
;
then
echo
"Building Zip."
if
[
"
$MODE
"
=
"
framework
"
]
;
then
echo
"Building
and testing
Zip."
xctool
\
-project
Zip.xcodeproj
\
-scheme
Zip
\
-sdk
"
$SDK
"
\
-destination
"
$PLATFORM
"
\
build
build
test
trap
- EXIT
exit
0
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment