File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11steps :
22 - label : ' log-classifier-x86_64-linux-nix'
3- command : ' nix build -f default.nix '
3+ command : ' nix-build '
44 agents :
55 system : x86_64-linux
Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ The pipeline that is executed is located in the .buildkite folder.
2020
2121## Developing / Building via Nix
2222
23- These are the instructions for using nix to build log-classifier.
24-
2523All the commands below are executed in the cloned log-classifier directory.
2624
25+ Build with test output:
2726```
28- $ nix build -f default.nix
27+ $ nix-build
2928```
3029
3130You can also build within nix-shell:
@@ -34,6 +33,7 @@ You can also build within nix-shell:
3433$ nix-shell
3534nix-shell $ runhaskell Setup.hs configure
3635nix-shell $ runhaskell Setup.hs build
36+ nix-shell $ runhaskell Setup.hs test
3737```
3838
3939If you would prefer to use the repl:
Original file line number Diff line number Diff line change 11# Changelog for log-classifier
22
33## Unreleased changes
4+
You can’t perform that action at this time.
0 commit comments