aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCyril Cohen2021-03-17 18:54:38 +0100
committerGitHub2021-03-17 18:54:38 +0100
commitd47bdf349d9b6ba8ca6f2b1fe0089ea39dd4fbe3 (patch)
tree356ecfe41a9c3416fe173237051b79caf5d7f909 /.github
parentd577f5b1209ee1ac1d6a63c42d711bfe0fdade58 (diff)
parentbbec40b5aed2cd70c95ad7b11bf264b6d283885e (diff)
Merge pull request #725 from math-comp/nix_v2
Update nix CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix-action.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/nix-action.yml b/.github/workflows/nix-action.yml
index 4e8130a..a9ff81a 100644
--- a/.github/workflows/nix-action.yml
+++ b/.github/workflows/nix-action.yml
@@ -39,7 +39,7 @@ jobs:
matrix=$(nix-shell --arg do-nothing true --run nixTasks)
echo ::set-output name=matrix::{\"task\":$(echo $matrix)}\"
- main:
+ mathcomp:
runs-on: ubuntu-latest
needs:
- setup
@@ -67,11 +67,11 @@ jobs:
with:
fetch-depth: 0
- name: Building/fetching dependencies
- run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job dependencies
+ run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job "_deps"
- name: Building/fetching current project
- run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job main
+ run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job mathcomp
- shell:
+ mathcomp-single:
runs-on: ubuntu-latest
needs:
- setup
@@ -99,7 +99,7 @@ jobs:
with:
fetch-depth: 0
- name: Building/fetching dependencies
- run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job dependencies
+ run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job _deps
- name: Building/fetching current project
- run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job shell
+ run: nix-build --no-out-link --argstr ci "${{ matrix.task }}" --argstr ci-job mathcomp-single