Skip to content

Commit

Permalink
Added myget symbol server, rolled back travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed May 30, 2017
1 parent 595e66e commit d9fe18d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
31 changes: 28 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,40 @@
language: csharp
dist: trusty
mono: none
sudo: required
dotnet: 1.0.1

addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g

env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- DOTNET_CLI_VERSION: 1.0.0-rc4-004834

os:
- linux
- osx

osx_image: xcode7.3

mono: none

before_install:
- 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/; ulimit -n 2048; fi
install:
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
- curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$DOTNET_CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
- export PATH="$DOTNET_INSTALL_DIR:$PATH"

before_script:
- dotnet restore src/stashbox.sln
- dotnet restore src/

script:
- dotnet test src/stashbox.tests/stashbox.tests.csproj -c Release -f netcoreapp1.0
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
deploy:
- provider: NuGet
server: https://www.myget.org/F/pcsajtai/api/v2/package
symbol_server: https://www.myget.org/F/pcsajtai/symbols/api/v2/package
api_key:
secure: 2bITagXOj2s3bTJaGXh8/iyWtST8OQOFaMM+0GAKgZts9OjCVCiV7C+E/0SYsM6M

Expand Down

0 comments on commit d9fe18d

Please sign in to comment.