Skip to content

Commit 0641c53

Browse files
committed
remove circleci mac build
1 parent dbc6a88 commit 0641c53

File tree

1 file changed

+2
-31
lines changed

1 file changed

+2
-31
lines changed

.circleci/config.yml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
jobs:
4-
build_linux:
4+
build:
55
docker:
66
- image: cimg/node:lts-browsers
77
steps:
@@ -28,41 +28,12 @@ jobs:
2828
- run:
2929
name: Push Coverage
3030
command: codecov
31-
build_mac:
32-
macos:
33-
xcode: 12.3.0
34-
steps:
35-
- checkout
36-
- run:
37-
name: Update NPM
38-
command: sudo npm install -g npm@latest
39-
- run:
40-
name: Install Dependencies
41-
command: |
42-
sudo npm install -g grunt-cli codecov
43-
- restore_cache:
44-
key: node-cache-{{ checksum "package-lock.json" }}
45-
- run:
46-
name: Install NPM packages
47-
command: npm ci
48-
- save_cache:
49-
key: node-cache-{{ checksum "package-lock.json" }}
50-
paths:
51-
- ./node_modules
52-
- run:
53-
name: Run tests
54-
command: grunt ci
5531

5632
workflows:
5733
version: 2
5834
build:
5935
jobs:
60-
- build_linux:
61-
filters:
62-
branches:
63-
ignore:
64-
- gh-pages
65-
- build_mac:
36+
- build:
6637
filters:
6738
branches:
6839
ignore:

0 commit comments

Comments
 (0)