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
705f3ab4
Commit
705f3ab4
authored
6 years ago
by
bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated build files
parent
35b5a8b5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
.travis.yml
.travis.yml
+1
-6
appveyor.yml
appveyor.yml
+2
-0
No files found.
.travis.yml
View file @
705f3ab4
language
:
csharp
mono
:
none
dotnet
:
2.1.301
matrix
:
include
:
-
os
:
linux
# Ubuntu 14.04
dist
:
trusty
sudo
:
required
dotnet
:
2.0.0
-
os
:
osx
# OSX 10.12
osx_image
:
xcode9
before_install
:
-
brew update
-
curl https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
-
chmod +x dotnet-install.sh
-
./dotnet-install.sh --channel 2.0
-
export PATH=$PATH:~/.dotnet/
-
ulimit -n 1024
-
os_platform=darwin
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
View file @
705f3ab4
...
...
@@ -41,6 +41,8 @@ cache:
init
:
-
ps
:
|
choco install dotnetcore-sdk --no-progress --confirm --version 2.1.301
dotnet --info
$env:log_prefix = "[$env:win_runtime][$env:configuration]"
if ($env:APPVEYOR_REPO_TAG -eq "false") { $env:APPVEYOR_REPO_TAG_NAME = "cd-unstable" }
...
...
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