Skip to content

Commit

Permalink
Enabled appveyor linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Apr 22, 2019
1 parent 26b2ca2 commit b5e28cf
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
image: Visual Studio 2017
image:
- Visual Studio 2017
- Ubuntu
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
branches:
except:
- ci/travis
skip_commits:
files:
- '*.md'
- 'LICENSE'
- '.travis.yml'

build: off
test: off

build_script:
- ps: .\build.ps1 --target=AppVeyor --verbosity=Diagnostic
- ps: .\build.ps1 --target=AppVeyor
- sh: ./build.sh --target=AppVeyor-Linux

cache:
- 'tools -> build.config,setup.cake'

0 comments on commit b5e28cf

Please sign in to comment.