Skip to content

Disable AppVeyor (Windows) builds #1043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ matrix:

- env: NAME="CPP-LINT"
install:
script: scripts/travis_lint.sh
script: scripts/travis_lint.sh test-gen-support
before_cache:

allow_failures:
- env: NAME="CPP-LINT"
install:
script: scripts/travis_lint.sh
script: scripts/travis_lint.sh test-gen-support
before_cache:

install:
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status][travis_img]][travis] [![Build Status][appveyor_img]][appveyor]
[![Build Status][travis_img]][travis]

[CProver Wiki](http://www.cprover.org/wiki)

Expand All @@ -20,6 +20,4 @@ License
4-clause BSD license, see `LICENSE` file.

[travis]: https://travis-ci.org/diffblue/cbmc
[travis_img]: https://travis-ci.org/diffblue/cbmc.svg?branch=master
[appveyor]: https://ci.appveyor.com/project/diffblue/cbmc/
[appveyor_img]: https://ci.appveyor.com/api/projects/status/github/diffblue/cbmc?svg=true&branch=master
[travis_img]: https://travis-ci.org/diffblue/cbmc.svg?branch=test-gen-support
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ environment:
BUILD_ENV: MSVC
PATH: C:\projects\cbmc\deps\bin;%PATH%
INCLUDE: C:\projects\cbmc\deps\include
branches:
except:
- test-gen-support
install:
- ps: |
#check if dependencies were copied from cache, if not, download them.
Expand Down