Skip to content

Commit

Permalink
Clean appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Dec 26, 2017
1 parent 04e7065 commit ac6c52f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ before_build:
- cl.exe

build_script:
- set SCONS_MSCOMMON_DEBUG=-
- scons platform=%TARGET_PLATFORM% backend=%TARGET_BACKEND% PYTHON=python
gdnative_parse_cpp="%CPP%" release_suffix=%APPVEYOR_REPO_TAG_NAME% backend
# Don't ask why, but it seems CPython compilation make msvc to switch back to 64bits
- cl.exe
- if defined VS call "%VS%" %ARCH%
# Un-comment if you're in deep troubles...
# - set SCONS_MSCOMMON_DEBUG=-
- scons platform=%TARGET_PLATFORM% backend=%TARGET_BACKEND% PYTHON=python
gdnative_parse_cpp="%CPP%" release_suffix=%APPVEYOR_REPO_TAG_NAME% release

Expand Down

0 comments on commit ac6c52f

Please sign in to comment.