macosx.yml (619B)
1 task-defaults: 2 worker-type: b-osx 3 worker: 4 artifacts: 5 - type: directory 6 path: artifacts 7 name: public 8 9 macosx64/opt: 10 description: "Mac (opt)" 11 12 macosx64/opt-static: 13 description: "Mac Static (opt)" 14 attributes: 15 static: true 16 17 macosx64/debug: 18 description: "Mac (debug)" 19 20 macosx64/opt-make: 21 description: "Mac (opt, make)" 22 attributes: 23 make: true 24 worker: 25 env: 26 USE_64: "1" 27 28 macosx64/debug-make: 29 description: "Mac (debug, make)" 30 attributes: 31 make: true 32 worker: 33 env: 34 USE_64: "1"