Skip to content

Commit

Permalink
(build) Skip appveyor ubuntu image on tag builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 8, 2020
1 parent 469e621 commit 2b1558b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ for:
install:
- git submodule update --init
- sudo apt-get update && sudo apt-get install -y libgit2-dev
-
matrix:
except:
- image: Visual Studio 2017
skip_tags: true

install:
- git submodule update --init
Expand Down

0 comments on commit 2b1558b

Please sign in to comment.