Skip to content

Commit

Permalink
Try to restore a dummy appveyor.yml
Browse files Browse the repository at this point in the history
I can't disable it, so avoid failing every time?
  • Loading branch information
nikic committed Sep 30, 2024
1 parent f1aed54 commit 2b2eeca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "{branch}.build.{build}"
skip_tags: true

branches:
only:
- master

clone_folder: c:\projects\apcu

test_script:
- echo Dummy

0 comments on commit 2b2eeca

Please sign in to comment.