Skip to content

Commit 216c5be

Browse files
authored
Switches over to Cake builds (#71)
* Switches over to Cake builds
1 parent afdef3e commit 216c5be

16 files changed

+467
-671
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ artifacts/
4545

4646
buildTemp/
4747

48+
tools/
49+
Artifacts/
50+
4851
*_i.c
4952
*_p.c
5053
*_i.h

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ env:
55
- CLI_VERSION=latest
66
addons:
77
apt:
8+
sources:
9+
- sourceline: 'deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main'
10+
key_url: 'https://apt-mo.trafficmanager.net/keys/microsoft.asc'
811
packages:
912
- gettext
1013
- libcurl4-openssl-dev
1114
- libicu-dev
1215
- libssl-dev
1316
- libunwind8
1417
- zlib1g
18+
- dotnet-dev-1.0.1
1519
mono:
16-
- 4.4.2
20+
- latest
1721
os:
1822
- linux
1923
- osx
@@ -22,13 +26,9 @@ branches:
2226
only:
2327
- master
2428
before_install:
25-
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
26-
install:
27-
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
28-
- curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
29-
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
29+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
3030
script:
31-
- ./netcore.sh
31+
- ./build.sh
3232

3333
before_cache:
3434
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

NuGet.exe

-3.77 MB
Binary file not shown.

Sandcastle/Content/VersionHistory/VersionHistory.aml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Sandcastle/Content/VersionHistory/v1.0.0.0.aml

Lines changed: 0 additions & 28 deletions
This file was deleted.

Sandcastle/Content/Welcome.aml

Lines changed: 0 additions & 55 deletions
This file was deleted.

Sandcastle/ContentLayout.content

Lines changed: 0 additions & 18 deletions
This file was deleted.

Sandcastle/NetworkTables.Core.NetCore.shfbproj

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)