ref: 538eadaa4c679af66ffde70924e185c6ea64738d
parent: 500f4c2e4b3d3f9654e4926c51f1e7067253b8be
author: Paul Brossier <piem@piem.org>
date: Mon Oct 1 08:29:32 EDT 2018
.circleci/config.yml: add simple macos config
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -66,6 +66,18 @@
- store_artifacts:
path: dist/
+ build-macos93:
+ macos:
+ xcode: "9.3.0"
+ steps:
+ - checkout
+ - run: *pip-install
+ - run: *build-wheel
+ - run: *install-wheel
+ - run: *test-nose2
+ - store_artifacts:
+ path: dist/
+
workflows:
version: 2
@@ -74,3 +86,4 @@
- build-27
- build-36
- build-37
+ - build-macos93