diff --git a/barryci.json b/barryci.json index 8a8ba35..6cc1742 100755 --- a/barryci.json +++ b/barryci.json @@ -5,7 +5,12 @@ }], "release": { "do_build": false, - "post_commands": [{ + "post_commands": [ + { + "command": "gmake", + "args": ["-B", "BIN_LIB=MIGRATE_T"] + }, + { "command": "gmake", "args": ["BIN_LIB=MIGRATE"] }]