Skip to content

Commit

Permalink
Begins upgrading to circleci 2.0 (#314)
Browse files Browse the repository at this point in the history
* Begins upgrading to circleci 2.0

* Adds missing build key
  • Loading branch information
James-Crean committed Jul 24, 2018
1 parent 7afdccd commit 85d5bc3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 35 deletions.
27 changes: 27 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2.0

jobs:
build:
macos:
xcode: "9.2.0"
steps:
- run:
name: Pre install script for mac OS
command: |
ls
pwd
bash vcdat/ci-support/circleci_mac_machine_pre.sh
- run:
name: Checkout merge commit
command: |
./ci-support/checkout_merge_commit.sh
- run:
name: Install dependencies
command: |
bash ./ci-support/circleci_mac_dep.sh
- run:
name: Run tests
command: |
bash ./ci-support/circleci_mac.sh
35 changes: 0 additions & 35 deletions circle.yml

This file was deleted.

0 comments on commit 85d5bc3

Please sign in to comment.