Fix shell

This commit is contained in:
Alejandro Gallo 2022-03-14 13:49:03 +01:00
parent fbca9ba447
commit e16d420b66

View File

@ -32,13 +32,13 @@ jobs:
## TODO: do this in a matrix
- name: Compiler ${{matrix.compiler}}
env:
NIXSHELL: "../../shell.nix"
WITH_SHELL: "nix-shell ../../shell.nix--argstr compiler ${{matrix.compiler}} --run"
run: |
mkdir -p build/${{matrix.compiler}}
cd build/${{matrix.compiler}}
nix-shell $NIXSHELL --run '../../configure'
nix-shell $NIXSHELL --run 'make ctf'
nix-shell $NIXSHELL --run 'make'
$WITH_SHELL '../../configure'
$WITH_SHELL 'make ctf'
$WITH_SHELL 'make'
documentation: