Skip to content

Commit

Permalink
Release Candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Oct 2, 2018
1 parent d3380e8 commit 11e43cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ environment:
secure: M+qvYgRh05fEw6G9aglK4g==
matrix:
- BUILD_TYPE: "Python36"
- BUILD_TYPE: "Python27"
- BUILD_TYPE: "Python34"
- BUILD_TYPE: "Python35"
- BUILD_TYPE: "Python27"
- BUILD_TYPE: "Release"
- BUILD_TYPE: "Debug"
global:
Expand Down
4 changes: 1 addition & 3 deletions tools/install_appveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ def run_command(raw_command, directory=None, verbose=True):

# Setup of the dependencies for a Python build.
if is_python_build:
if BUILD_TYPE == 'Python34':
python_version = '34'
elif BUILD_TYPE == 'Python35':
if BUILD_TYPE == 'Python35':
python_version = '35'
elif BUILD_TYPE == 'Python36':
python_version = '36'
Expand Down
6 changes: 3 additions & 3 deletions tools/install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ cd ..
cd ..

# Install piranha
curl -L https://github.com/bluescarni/piranha/archive/v0.10.tar.gz > v0.10
tar xvf v0.10 > /dev/null 2>&1
cd piranha-0.10
curl -L https://github.com/bluescarni/piranha/archive/v0.11.tar.gz > v0.11
tar xvf v0.11 > /dev/null 2>&1
cd piranha-0.11
mkdir build
cd build
cmake ../ > /dev/null
Expand Down

0 comments on commit 11e43cd

Please sign in to comment.