circleci: do macOS builds here instead of on Travis CI

This provides several advantages. Among others:
  * Much faster and hopefully more reliable.
  * Good caching support to store LLVM builds.
  * Building and testing of release-ready artifacts.
This commit is contained in:
Ayke van Laethem
2019-04-05 13:45:02 +02:00
committed by Ron Evans
parent 38c3d0852e
commit 2e926789f5
4 changed files with 91 additions and 52 deletions
-1
View File
@@ -1,6 +1,5 @@
# TinyGo - Go compiler for small places
[![Travis CI](https://travis-ci.com/tinygo-org/tinygo.svg?branch=dev)](https://travis-ci.com/tinygo-org/tinygo)
[![CircleCI](https://circleci.com/gh/tinygo-org/tinygo/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/tinygo/tree/dev)
TinyGo is a Go compiler intended for use in small places such as microcontrollers, WebAssembly (WASM), and command-line tools.