File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 22 ceres :
33 needs :
44 - coq
5+ - metarocq
56 runs-on : ubuntu-latest
67 steps :
78 - name : Determine which commit to initially checkout
5758 name : ' Building/fetching previous CI target: stdlib'
5859 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "default"
5960 --argstr job "stdlib"
61+ - if : steps.stepCheck.outputs.status == 'built'
62+ name : ' Building/fetching previous CI target: metarocq'
63+ run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "default"
64+ --argstr job "metarocq"
6065 - if : steps.stepCheck.outputs.status == 'built'
6166 name : Building/fetching current CI target
6267 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "default"
327332 push :
328333 branches :
329334 - master
330- - rocq-9.0
You can’t perform that action at this time.
0 commit comments