added devShell
build to ci-cachix.yml
This commit is contained in:
parent
b89e4f1bd8
commit
842157ee1b
19
.github/workflows/ci-cachix.yml
vendored
19
.github/workflows/ci-cachix.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
|||
- epic-reducer-project
|
||||
|
||||
jobs:
|
||||
flake:
|
||||
flake-packages:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -46,3 +46,20 @@ jobs:
|
|||
run: nix build .#components
|
||||
- name: Check that components bundles
|
||||
run: nix build .#components-bundle
|
||||
|
||||
flake-devshells:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-22.05
|
||||
- name: Use cachix
|
||||
uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: quantified-uncertainty
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- name: Build devshell
|
||||
run: nix develop -c echo "built devshell"
|
||||
|
|
|
@ -13,3 +13,4 @@ packages/squiggle-lang/src/rescript/Reducer/Reducer_Peggy/Reducer_Peggy_Generate
|
|||
packages/vscode-ext/media/vendor/
|
||||
packages/squiggle-lang/.nyc_output/
|
||||
packages/*/dist
|
||||
result
|
||||
|
|
Loading…
Reference in New Issue
Block a user