/SwiftAndroid-Toolchain

Vagrant config for building SwiftAndroid toolchains

Primary LanguageShell

SwiftAndroid-Toolchain

This Vagrant config is inspired by SwiftAndroid-Vagrant by Safx

Usage

git clone https://github.com/safx/SwiftAndroid-Vagrant.git
cd SwiftAndroid-Toolchain
vagrant up  # wait for up to a few hours for swift to build
# Hopefully the process ends with a 'hello world' being successfully built
ls SwiftAndroid.tar.gz # Swift toolchain tar.gz
vagrant halt