summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/xcode.sh
blob: 81bb0ff8d9b812b7eb46e0524d1b938a357e4444 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/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