Skip to content

Commit f84a648

Browse files
committed
wip
1 parent 303c16b commit f84a648

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

.circleci/config.yml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,32 @@ orbs:
66
jobs:
77
build:
88
docker:
9-
- image: libmir/circle-dlang
9+
- image: libmir/circle-dlang
1010
steps:
11-
- checkout
12-
- run: cp -r /repo/* ./ && cat meson.build.1 >> meson.build
13-
- run: meson build --default-library=static -D with_test=true -D with_doc=true
14-
- run: ninja -C build test -j1
15-
- run: cp -r build/web ./
16-
- mirci/persist_docs:
17-
from: web
11+
- checkout
12+
- run: cp -r /repo/* ./ && cat meson.build.1 >> meson.build
13+
- run: meson build --default-library=static -D with_test=true -D with_doc=true
14+
- run: ninja -C build test -j1
15+
- run: cp -r build/web ./
16+
- run: ls web
17+
- mirci/persist_docs:
18+
from: web
1819

1920
workflows:
2021
version: 2
2122
build-deploy:
2223
jobs:
23-
- build:
24-
filters:
25-
tags:
26-
only: /^v(\d)+(\.(\d)+)+$/
27-
- mirci/upload_docs_job:
28-
from: web
29-
to: mir-algorithm.libmir.org
30-
requires:
31-
- build
32-
filters:
33-
branches:
34-
only: master
35-
tags:
36-
only: /^v(\d)+(\.(\d)+)+$/
24+
- build:
25+
filters:
26+
tags:
27+
only: /^v(\d)+(\.(\d)+)+$/
28+
- mirci/upload_docs_job:
29+
from: web
30+
to: mir-algorithm.libmir.org
31+
requires:
32+
- build
33+
filters:
34+
branches:
35+
only: master
36+
tags:
37+
only: /^v(\d)+(\.(\d)+)+$/

0 commit comments

Comments
 (0)