Skip to content

Commit b6d261e

Browse files
committedFeb 15, 2019
Updating ZGuideExamples, build.sh
1 parent d74e505 commit b6d261e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+8337
-85
lines changed
 

‎.travis.yml

+19-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
1+
solution: clrzmq4.mono.sln
12
language: csharp
3+
mono: latest
24
sudo: required
3-
solution: clrzmq4.mono.sln
4-
#dotnet: 1.0.3
55

66
matrix:
77
include:
88
- os: linux
9-
dist: trusty
10-
mono: latest
9+
dist: xenial
10+
1111
- os: osx
12-
osx_image: xcode7.3
13-
mono: latest
12+
osx_image: xcode9.4
13+
# osx_image: xcode7.3
1414

1515
before_install:
16-
- chmod a+x ./travis.preinstall.sh
16+
- sudo apt-get install -y libzmq5
17+
# - chmod a+x ./travis.preinstall.sh
18+
1719
install:
18-
- ./travis.preinstall.sh
20+
- nuget restore clrzmq4.mono.sln
21+
# - ./travis.preinstall.sh
1922

2023
before_script:
21-
- chmod a+x ./MacOSX.build.sh
24+
- msbuild clrzmq4.mono.sln /p:Configuration=Release
25+
# - chmod a+x ./build.sh
26+
# - ./build.sh
27+
2228
script:
23-
- ./MacOSX.build.sh
29+
- mono bin/Release/ZGuideExamples.exe EAgain
30+
- mono bin/Release/ZGuideExamples.exe Espresso
31+
- mono bin/Release/ZGuideExamples.exe AsyncSrv
32+
- mono bin/Release/ZGuideExamples.exe SuiSnail

‎MacOSX.build.sh

-21
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.