Skip to content

Commit

Permalink
Switch to using appveyor-dist for downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Oct 27, 2019
1 parent 4ce790d commit 3e812e9
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions download_appveyor.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#! /bin/bash

COMMIT=$(git show-ref --head HEAD | cut -f 1 -d" ")
appveyor-artifacts \
-c $COMMIT \
-o MikeCFletcher \
-n pyopengl \
--dir ./dist \
--no-job-dirs skip \
-v \
download
# COMMIT=$(git show-ref --head HEAD | cut -f 1 -d" ")
appveyor-dist \
-u MikeCFletcher \
-p pyopengl \
--dist dist

0 comments on commit 3e812e9

Please sign in to comment.