Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
938e14e5
Commit
938e14e5
authored
7 years ago
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more explicit os identifier
parent
6dd092d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+3
-3
build.sh
build.sh
+3
-3
No files found.
.travis.yml
View file @
938e14e5
...
...
@@ -6,13 +6,13 @@ matrix:
-
os
:
linux
# Ubuntu 14.04
dist
:
trusty
sudo
:
required
env
:
os_
version=ubuntu
14.04
env
:
os_
identifier=ubuntu.
14.04
-
os
:
osx
# OSX 10.11
osx_image
:
xcode7.3
env
:
os_
version=
10.11
env
:
os_
identifier=osx.
10.11
-
os
:
osx
# OSX 10.12
osx_image
:
xcode8.1
env
:
os_
version=
10.12
env
:
os_
identifier=osx.
10.12
# branches to build
branches
:
...
...
This diff is collapsed.
Click to expand it.
build.sh
View file @
938e14e5
...
...
@@ -4,12 +4,12 @@
set
-o
errexit
# define a few variables
app_output_name
=
"breeze-
$
TRAVIS_OS_NAME
.
$os_version
-
$arch
-
$configuration
"
api_output_name
=
"api-
$
TRAVIS_OS_NAME
.
$os_version
-
$arch
-
$configuration
"
app_output_name
=
"breeze-
$
os_identifier
-
$arch
-
$configuration
"
api_output_name
=
"api-
$
os_identifier
-
$arch
-
$configuration
"
echo
"current environment variables:"
echo
"OS name:"
$TRAVIS_OS_NAME
echo
"OS
version:"
$os_version
echo
"OS
identifier:"
$os_identifier
echo
"Platform:"
$os_platform
echo
"Build directory:"
$TRAVIS_BUILD_DIR
echo
"Node version:"
$TRAVIS_NODE_VERSION
...
...
This diff is collapsed.
Click to expand it.
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