File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ environment:
3
3
GIT_DAEMON_PATH : " C:\\ Program Files\\ Git\\ mingw64\\ libexec\\ git-core"
4
4
CYGWIN_GIT_PATH : " C:\\ cygwin\\ bin;%GIT_DAEMON_PATH%"
5
5
CYGWIN64_GIT_PATH : " C:\\ cygwin64\\ bin;%GIT_DAEMON_PATH%"
6
+ TMPDIR : " %TMP%\\ καλημέρα"
6
7
7
8
matrix :
8
9
# # MINGW
@@ -35,17 +36,19 @@ environment:
35
36
36
37
37
38
install :
39
+ - md "$TMPDIR"
38
40
- set PATH=%PYTHON%;%PYTHON%\Scripts;%GIT_PATH%;%PATH%
39
41
40
42
# # Print configuration for debugging.
41
43
#
42
44
- |
43
- echo %PATH%
45
+ set
44
46
uname -a
45
47
git --version
46
48
where git git-daemon python pip pip3 pip34
47
49
python --version
48
50
python -c "import struct; print(struct.calcsize('P') * 8)"
51
+ python -c "import tempfile; print(tempfile.mktemp())"
49
52
50
53
- IF "%IS_CONDA%" == "yes" (
51
54
conda info -a &
You can’t perform that action at this time.
0 commit comments