Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
added py34
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed May 26, 2016
1 parent 59547c5 commit 1e2122a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions buildmaster/master.cfg
Expand Up @@ -417,6 +417,16 @@ PLATFORMS_3 = dict(
title='Python 3.3.0 win64',
python=r'c:\Python33_64\python.exe',
withcompiler=r'cmd /c c:\Python33_64\setupcompilerandexecute.bat %s'),
py_340_win32=Platform(
name='py_340_win32',
title='Python 3.4.0 win32',
python=r'c:\Python34_32\python.exe',
withcompiler=r'cmd /c c:\Python34_32\setupcompilerandexecute.bat %s'),
py_340_win64=Platform(
name='py_340_win64',
title='Python 3.4.0 win64',
python=r'c:\Python34_64\python.exe',
withcompiler=r'cmd /c c:\Python34_64\setupcompilerandexecute.bat %s'),
)

CLEAN_PLATFORMS = dict(
Expand Down Expand Up @@ -473,6 +483,16 @@ CLEAN_PLATFORMS_3 = dict(
title='Python 3.3.0 win64',
python=r'c:\Python33_64_clean\python.exe',
withcompiler=r'cmd /c c:\Python33_64_clean\setupcompilerandexecute.bat %s'),
py_340_win32=Platform(
name='py_340_win32',
title='Python 3.4.0 win32',
python=r'c:\Python34_32_clean\python.exe',
withcompiler=r'cmd /c c:\Python34_32_clean\setupcompilerandexecute.bat %s'),
py_340_win64=Platform(
name='py_340_win64',
title='Python 3.4.0 win64',
python=r'c:\Python34_64_clean\python.exe',
withcompiler=r'cmd /c c:\Python34_64_clean\setupcompilerandexecute.bat %s'),
)

# platform definitions
Expand Down

0 comments on commit 1e2122a

Please sign in to comment.