Skip to content

Commit 914d471

Browse files
committed
chore: Add nix build pipeline
1 parent 55db604 commit 914d471

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ build-deploy:
1414
@echo "Building... (with Deploy)"
1515
$(LISP) $(LISP_ARGS) --script './scripts/deploy.lisp'
1616

17+
build-nix: install-ql build
18+
1719
download-ql:
1820
@echo "Downloading Quicklisp..."
1921
curl -O https://beta.quicklisp.org/quicklisp.lisp
2022

2123
install-ql: download-ql
2224
@echo "Installing Quicklisp..."
2325
$(LISP) $(LISP_ARGS) --load './quicklisp.lisp' --script './scripts/install-ql.lisp'
26+
rm './quicklisp.lisp'
2427

2528
command-global:
2629
./test/commands/global/run.sh

0 commit comments

Comments
 (0)