Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- label: 'log-classifier-x86_64-linux-nix'
command: 'nix build -f default.nix'
command: 'nix-build'
agents:
system: x86_64-linux
7 changes: 4 additions & 3 deletions CI-NIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ The pipeline that is executed is located in the .buildkite folder.

## Developing / Building via Nix

These are the instructions for using nix to build log-classifier.

All the commands below are executed in the cloned log-classifier directory.


Build with test output:
```
$ nix build -f default.nix
$ nix-build
```

You can also build within nix-shell:
Expand All @@ -34,6 +34,7 @@ You can also build within nix-shell:
$ nix-shell
nix-shell $ runhaskell Setup.hs configure
nix-shell $ runhaskell Setup.hs build
nix-shell $ runhaskell Setup.hs test
```

If you would prefer to use the repl:
Expand Down
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Changelog for log-classifier

## Unreleased changes