Skip to content

Commit 3fe8967

Browse files
committed
Update readme with build, see #29 for details
1 parent 10d8423 commit 3fe8967

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,45 @@ build help
106106
For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29.
107107

108108

109+
## Building & testing
110+
111+
TLDR: just run `build`. Or load the `sln` file in Visual Studio or VS Code and compile.
112+
113+
### Prerequisites
114+
115+
* .NET 6 or .NET 7 Preview
116+
* F# 6.0 compiler
117+
* To use `build.cmd`, the `dotnet` command must be accessible from your path.
118+
119+
Just checkout this repo. From the root of the repo:
120+
121+
### Build the solution
122+
123+
```
124+
build [release|debug]
125+
```
126+
127+
### Run the tests
128+
129+
```
130+
build test [release|debug]
131+
```
132+
133+
### Run the CI command
134+
135+
```
136+
build ci [release|debug]
137+
```
138+
139+
### Get options
140+
141+
```
142+
build help
143+
```
144+
145+
For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29.
146+
147+
109148
## In progress!!!
110149

111150
It's based on [Don Symes `taskSeq.fs`][10]

0 commit comments

Comments
 (0)