Skip to content

Commit 9696db0

Browse files
committed
Forgot workflows [skip appveyor]
1 parent a0b9772 commit 9696db0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: 2
2-
31
variables:
42
intel-linux: &intel-linux
53
docker:
@@ -55,6 +53,12 @@ jobs:
5553
- *report
5654
- *tests
5755

56+
workflows:
57+
version: 2
58+
build:
59+
jobs:
60+
- intel
61+
5862
#jobs:
5963
# build:
6064
# docker:

0 commit comments

Comments
 (0)