Skip to content

Commit 354ee35

Browse files
authored
Rob/tsd92 ci spec test output (#44)
* Test that CI runs test. * Changed pipeline * [TSD-92] - Minor doc changes * [TSD-92] - nix-build in buildkite * [TSD-92] - doc mods * fixed Spec.hs * [TSD-92] - Minor doc changes * [TSD-92] - doc mods * fixed Spec.hs
1 parent 33da43a commit 354ee35

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
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

CI-NIX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
2523
All 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

3130
You can also build within nix-shell:
@@ -34,6 +33,7 @@ You can also build within nix-shell:
3433
$ nix-shell
3534
nix-shell $ runhaskell Setup.hs configure
3635
nix-shell $ runhaskell Setup.hs build
36+
nix-shell $ runhaskell Setup.hs test
3737
```
3838

3939
If you would prefer to use the repl:

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Changelog for log-classifier
22

33
## Unreleased changes
4+

0 commit comments

Comments
 (0)