Skip to content

Commit fe19db8

Browse files
authored
Merge pull request #33 from haskell-works/display-cpu-info
Display CPU info
2 parents 6e891a5 + e460a28 commit fe19db8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ orbs:
44
haskell: haskell-works/[email protected]
55
github: haskell-works/[email protected]
66
hackage: haskell-works/[email protected]
7+
display: haskell-works/[email protected]
78

89
workflows:
910
multiple-ghc-build:
1011
jobs:
12+
- display/display-cpu-info:
13+
name: Display
14+
1115
- haskell/build:
1216
name: GHC 8.2.2
1317
executor: haskell/ghc-8_2_2

0 commit comments

Comments
 (0)