Skip to content

Commit

Permalink
Debug appveyor and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Dec 29, 2017
1 parent ffc5181 commit c0bc8df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ addons:
- valgrind

before_install:
- pyenv shell 3.6.3
- pip3 install virtualenv --user
- if [[ "$CXX" == "clang++" ]]; then wget http://llvm.org/releases/$LLVM_VERSION/clang+llvm-$LLVM_VERSION-x86_64-linux-gnu-ubuntu-14.04.tar.xz -O $LLVM_ARCHIVE_PATH; fi
- if [[ "$CXX" == "clang++" ]]; then mkdir $HOME/clang+llvm; fi
Expand All @@ -62,7 +63,6 @@ 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
- pyenv shell 3.6.3
- python --version
- $CC --version
- scons --version
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ build_script:
gdnative_parse_cpp="%CPP%" release_suffix=%APPVEYOR_REPO_TAG_NAME% release

after_build:
- ls -l build/main
- du -sh build/main
- ls -l build
- ls -l build/windows-*
- du -sh build/
- ls -l godot-python-*.zip
# - scons platform=%TARGET_PLATFORM% backend=%TARGET_BACKEND% PYTHON=python
# gdnative_parse_cpp="%CPP%" release_suffix=%APPVEYOR_REPO_TAG_NAME% test
Expand Down

0 comments on commit c0bc8df

Please sign in to comment.