diff --git a/.buildkite/macos.yml b/.buildkite/macos.yml new file mode 100644 --- /dev/null +++ b/.buildkite/macos.yml @@ -0,0 +1,7 @@ +steps: + - label: ':macos: macOS Build' + command: + - 'yarn cleaninstall --frozen-lockfile --skip-optional' + - 'cd desktop && yarn make-dev --arch universal' + agents: + - 'mac=true'