summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/xcode.sh
blob: b07148b13a7de7745e7263171aa4567bd0d616ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

uname -a
sudo xcode-select -switch /Applications/${xcodename} || exit 1
cd packaging/OSX || exit 1
./gethttps.sh || exit 1
cd ../../Xcode || exit 1
./build.sh || exit 1
./pack.sh || exit 1
ls -la build || exit 1
cp build/manaplus.dmg "${artifacts}/" || exit 1