Skip to content

Commit 3e812e9

Browse files
committed
Switch to using appveyor-dist for downloading
1 parent 4ce790d commit 3e812e9

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

download_appveyor.sh

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#! /bin/bash
22

3-
COMMIT=$(git show-ref --head HEAD | cut -f 1 -d" ")
4-
appveyor-artifacts \
5-
-c $COMMIT \
6-
-o MikeCFletcher \
7-
-n pyopengl \
8-
--dir ./dist \
9-
--no-job-dirs skip \
10-
-v \
11-
download
3+
# COMMIT=$(git show-ref --head HEAD | cut -f 1 -d" ")
4+
appveyor-dist \
5+
-u MikeCFletcher \
6+
-p pyopengl \
7+
--dist dist

0 commit comments

Comments
 (0)