Skip to content

Commit

Permalink
Simplify build files
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Jul 10, 2019
1 parent 53eb2d6 commit 928598c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
9 changes: 7 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: '{build}'
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
image: Visual Studio 2019
nuget:
disable_publish_on_pr: true
build_script:
- ps: .\build.ps1
- cmd: dotnet build
- cmd: dotnet test .\test\Webenable.Logging.JavaScript.Tests
- cmd: dotnet pack .\src\Webenable.Logging.JavaScript -c Release -o .\artifacts
test: off
branches:
only:
- master
init:
- git config --global core.autocrlf input
environment:
Expand Down
23 changes: 14 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: csharp
mono: none
dotnet: 2.1.502
dist: trusty
os:
- linux
- osx
osx_image: xcode8.3
before_script:
- chmod +x ./build.sh
dotnet: 2.1.701
dist: xenial
branches:
only:
- master
script:
- ./build.sh
- dotnet build
- dotnet test test/Webenable.Logging.JavaScript.Tests
matrix:
include:
- os: linux
dist: xenial
- os: osx
dotnet: 2.1.701
osx_image: xcode10.1
2 changes: 0 additions & 2 deletions build.cmd

This file was deleted.

4 changes: 0 additions & 4 deletions build.ps1

This file was deleted.

1 change: 0 additions & 1 deletion build.sh

This file was deleted.

0 comments on commit 928598c

Please sign in to comment.