Skip to content

Commit

Permalink
Try improving CI builds... fingers crossed...
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Dec 29, 2017
1 parent ff54e07 commit 2a0a9a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compiler:
- gcc
# - clang

python: '3.6'
python: '3.6.3'

env:
global:
Expand Down Expand Up @@ -62,6 +62,7 @@ before_install:
# Needed because scons doesn't inherit the customized $PATH env
- if [[ "$CXX" == "clang++" ]]; then export CC=$HOME/clang+llvm/bin/clang; fi
- if [[ "$CXX" == "g++" ]]; then export CC=gcc-7; fi
- python --version
- $CC --version
- scons --version

Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ build_script:
# - scons platform=%TARGET_PLATFORM% backend=%TARGET_BACKEND% PYTHON=python
# gdnative_parse_cpp="%CPP%" release_suffix=%APPVEYOR_REPO_TAG_NAME% test

on_failure:
# - 7z -tzip a CPythonBuild.zip platforms\windows-64\cpython
# - appveyor PushArtifact CPythonBuild.zip
- 7z -tzip a GodotPythonBuild.zip build
- appveyor PushArtifact GodotPythonBuild.zip
# on_failure:
# - 7z -tzip a CPythonBuild.zip platforms\windows-64\cpython
# - appveyor PushArtifact CPythonBuild.zip
# - 7z -tzip a GodotPythonBuild.zip build
# - appveyor PushArtifact GodotPythonBuild.zip

artifacts:
- path: godot-python-*.zip
Expand Down

0 comments on commit 2a0a9a2

Please sign in to comment.