Skip to content

Commit e4817a1

Browse files
committed
ci(enc, win): set unicode in TEMP env-var
Trick picked up from gitpython-developers#543. [travis skip]
1 parent f801a3a commit e4817a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
GIT_DAEMON_PATH: "C:\\Program Files\\Git\\mingw64\\libexec\\git-core"
44
CYGWIN_GIT_PATH: "C:\\cygwin\\bin;%GIT_DAEMON_PATH%"
55
CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"
6+
TEMP: "%TMP%\\καλημέρα"
67

78
matrix:
89
## MINGW
@@ -35,12 +36,13 @@ environment:
3536

3637

3738
install:
39+
- md "$TMPDIR"
3840
- set PATH=%PYTHON%;%PYTHON%\Scripts;%GIT_PATH%;%PATH%
3941

4042
## Print configuration for debugging.
4143
#
4244
- |
43-
echo %PATH%
45+
set
4446
uname -a
4547
git --version
4648
where git git-daemon python pip pip3 pip34

0 commit comments

Comments
 (0)