Skip to content

Instantly share code, notes, and snippets.

@louiscklaw
Last active June 18, 2021 10:00
Show Gist options
  • Save louiscklaw/9680a70360de65185397a72860f066ed to your computer and use it in GitHub Desktop.
Save louiscklaw/9680a70360de65185397a72860f066ed to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -ex
echo 'helloworld'
sw_vers
mkdir -p workdir
cd workdir
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PATH:$PWD/depot_tools"
which fetch
# /Users/runner/work/fastmac/fastmac/workdir/depot_tools/fetch
fetch --no-history ios
# install jdk
brew tap adoptopenjdk/openjdk
ios/build/tools/setup-gn.py
autoninja -C out/Debug-iphonesimulator gn_all
cd src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment