aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorRémi Verschelde2018-05-16 22:59:23 +0200
committerRémi Verschelde2018-05-16 23:01:24 +0200
commit79e76d8329b655d9cce03989a88b0d38e523dd6f (patch)
tree25079db5a697299f6793ffe91b99db1021b82300 /.appveyor.yml
parent5e96eaf1622070312e42abb232277fca48219739 (diff)
downloadgodot-79e76d8329b655d9cce03989a88b0d38e523dd6f.tar.gz
godot-79e76d8329b655d9cce03989a88b0d38e523dd6f.tar.zst
godot-79e76d8329b655d9cce03989a88b0d38e523dd6f.zip
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 708961fd9..7691f65d6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,7 +17,8 @@ cache:
install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- - pip install --egg scons # it will fail on AppVeyor without --egg flag
+ - pip install -U wheel # needed for pip install scons to work, otherwise a flag is missing
+ - pip install scons
- if defined VS call "%VS%" %ARCH% # if defined - so we can also use mingw
before_build: