diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:37:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:37:12 +0100 |
| commit | f074b7016ec58e831d9270f98ddc3ea31874a786 (patch) | |
| tree | e98a28e7df33ccc7425925023e309a504c694f16 /cscript | |
| parent | 650f2c95f9bcb58b747d97f17e656c0898aec68b (diff) | |
| parent | 8c1a2972ac7e18758759515c3c1889c5b6fd86b5 (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ import glob -builds = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] +releases = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] -def build(environment, variant, version): +def release(environment, variant, version): if environment == 'windows': command('./waf configure --target-windows') command('./waf clean') |
