Skip to content

Commit

Permalink
appveyor: Try to disable for building on AppVeyor
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Apr 15, 2024
1 parent 30d5799 commit cc4430e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ platform:
- Win32
- x64

# branches to build
branches:
only:
- nonexistent

# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true

environment:
vspath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community'
winflexbison: https://github.com/lexxmark/winflexbison/releases/download/v2.5.22/win_flex_bison-2.5.22.zip
Expand Down

0 comments on commit cc4430e

Please sign in to comment.