3535 name : Building/fetching current CI target
3636 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
3737 --argstr job "coq"
38- coq-elpi :
38+ graph-theory :
3939 needs :
4040 - coq
41+ - hierarchy-builder
4142 runs-on : ubuntu-latest
4243 steps :
4344 - name : Determine which commit to test
@@ -63,23 +64,34 @@ jobs:
6364 extraPullNames : coq, coq-community
6465 name : math-comp
6566 - id : stepCheck
66- name : Checking presence of CI target coq-elpi
67+ name : Checking presence of CI target graph-theory
6768 run : " nb_dry_run=$(NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link \\\n --argstr\
68- \ bundle \" coq-8.16\" --argstr job \" coq-elpi \" \\\n --dry-run 2>&1 > /dev/null) \n \
69- echo $nb_dry_run\n echo ::set-output name=status::$(echo $nb_dry_run | grep \
70- \ \" built:\" | sed \" s/.*/built/\" )\n "
69+ \ bundle \" coq-8.16\" --argstr job \" graph-theory \" \\\n --dry-run 2>&1\
70+ \ > /dev/null) \n echo $nb_dry_run\n echo ::set-output name=status::$(echo $nb_dry_run\
71+ \ | grep \" built:\" | sed \" s/.*/built/\" )\n "
7172 - if : steps.stepCheck.outputs.status == 'built'
7273 name : ' Building/fetching previous CI target: coq'
7374 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
7475 --argstr job "coq"
76+ - if : steps.stepCheck.outputs.status == 'built'
77+ name : ' Building/fetching previous CI target: mathcomp-algebra'
78+ run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
79+ --argstr job "mathcomp-algebra"
80+ - if : steps.stepCheck.outputs.status == 'built'
81+ name : ' Building/fetching previous CI target: mathcomp-fingroup'
82+ run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
83+ --argstr job "mathcomp-fingroup"
84+ - if : steps.stepCheck.outputs.status == 'built'
85+ name : ' Building/fetching previous CI target: hierarchy-builder'
86+ run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
87+ --argstr job "hierarchy-builder"
7588 - if : steps.stepCheck.outputs.status == 'built'
7689 name : Building/fetching current CI target
7790 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
78- --argstr job "coq-elpi "
91+ --argstr job "graph-theory "
7992 hierarchy-builder :
8093 needs :
8194 - coq
82- - coq-elpi
8395 runs-on : ubuntu-latest
8496 steps :
8597 - name : Determine which commit to test
@@ -122,10 +134,9 @@ jobs:
122134 name : Building/fetching current CI target
123135 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
124136 --argstr job "hierarchy-builder"
125- mathcomp-analysis :
137+ mathcomp :
126138 needs :
127139 - coq
128- - hierarchy-builder
129140 runs-on : ubuntu-latest
130141 steps :
131142 - name : Determine which commit to test
@@ -151,11 +162,11 @@ jobs:
151162 extraPullNames : coq, coq-community
152163 name : math-comp
153164 - id : stepCheck
154- name : Checking presence of CI target mathcomp-analysis
165+ name : Checking presence of CI target mathcomp
155166 run : " nb_dry_run=$(NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link \\\n --argstr\
156- \ bundle \" coq-8.16\" --argstr job \" mathcomp-analysis \" \\\n --dry-run\
157- \ 2>&1 > /dev/null) \n echo $nb_dry_run\n echo ::set-output name=status::$(echo\
158- \ $nb_dry_run | grep \" built:\" | sed \" s/.*/built/\" )\n "
167+ \ bundle \" coq-8.16\" --argstr job \" mathcomp\" \\\n --dry-run 2>&1 > /dev/null) \n \
168+ echo $nb_dry_run\n echo ::set-output name=status::$(echo $nb_dry_run | grep \
169+ \ \" built:\" | sed \" s/.*/built/\" )\n "
159170 - if : steps.stepCheck.outputs.status == 'built'
160171 name : ' Building/fetching previous CI target: coq'
161172 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
@@ -165,29 +176,32 @@ jobs:
165176 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
166177 --argstr job "mathcomp-ssreflect"
167178 - if : steps.stepCheck.outputs.status == 'built'
168- name : ' Building/fetching previous CI target: mathcomp-field '
179+ name : ' Building/fetching previous CI target: mathcomp-fingroup '
169180 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
170- --argstr job "mathcomp-field "
181+ --argstr job "mathcomp-fingroup "
171182 - if : steps.stepCheck.outputs.status == 'built'
172- name : ' Building/fetching previous CI target: mathcomp-finmap '
183+ name : ' Building/fetching previous CI target: mathcomp-algebra '
173184 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
174- --argstr job "mathcomp-finmap "
185+ --argstr job "mathcomp-algebra "
175186 - if : steps.stepCheck.outputs.status == 'built'
176- name : ' Building/fetching previous CI target: mathcomp-real-closed '
187+ name : ' Building/fetching previous CI target: mathcomp-solvable '
177188 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
178- --argstr job "mathcomp-real-closed "
189+ --argstr job "mathcomp-solvable "
179190 - if : steps.stepCheck.outputs.status == 'built'
180- name : ' Building/fetching previous CI target: hierarchy-builder '
191+ name : ' Building/fetching previous CI target: mathcomp-field '
181192 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
182- --argstr job "hierarchy-builder"
193+ --argstr job "mathcomp-field"
194+ - if : steps.stepCheck.outputs.status == 'built'
195+ name : ' Building/fetching previous CI target: mathcomp-character'
196+ run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
197+ --argstr job "mathcomp-character"
183198 - if : steps.stepCheck.outputs.status == 'built'
184199 name : Building/fetching current CI target
185200 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
186- --argstr job "mathcomp-analysis "
201+ --argstr job "mathcomp"
187202 mathcomp-single :
188203 needs :
189204 - coq
190- - coq-elpi
191205 - hierarchy-builder
192206 runs-on : ubuntu-latest
193207 steps :
@@ -238,7 +252,6 @@ jobs:
238252 mathcomp-single-planB-src :
239253 needs :
240254 - coq
241- - coq-elpi
242255 - hierarchy-builder
243256 runs-on : ubuntu-latest
244257 steps :
0 commit comments