WIP: Draft: Resolve "Use gnumake for uniform dev build system and GitLab CI" #213

Draft
savau wants to merge 540 commits from 145-build-system-rewrite into master
Showing only changes of commit f9e755ed31 - Show all commits

View File

@ -92,7 +92,7 @@ backend dependencies:
- .stack
- .stack-work
script:
- "nix shell .#gnumake .#stack .#coreutils .#prepareEnv --command sh -c 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env
- "nix shell .#gnumake .#stack .#coreutils .#prepare-env --command sh -c 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env
- "ls -a ." # TODO: debug only
- "ls -a ${HOME}/.stack"
before_script: *nix-before