File tree Expand file tree Collapse file tree 1 file changed +23
-22
lines changed
Expand file tree Collapse file tree 1 file changed +23
-22
lines changed Original file line number Diff line number Diff line change 66jobs :
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
1920workflows :
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)+)+$/
You can’t perform that action at this time.
0 commit comments