Skip to content

Commit 1a6f24d

Browse files
authored
.appveyor.yml: Disable build step
Otherwise AppVeyor fails with `Specify a project or solution file. The directory does not contain a project or solution file.` https://ci.appveyor.com/project/spderosso/gitless/build/1.0.3/job/e54caey8a0b8knx3
1 parent b0883d9 commit 1a6f24d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ environment:
2525
init:
2626
- cmd: '%PYTHON% -m pip install -U nose wheel pygit2'
2727

28+
build: off
29+
2830
before_test:
2931
- cmd: git config --global user.name "appveyor-test"
3032
- cmd: git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)