Skip to content

Commit 10d8423

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

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
@@ -67,6 +67,45 @@ build help
6767

6868
For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29.
6969

70+
## Building & testing
71+
72+
TLDR: just run `build`. Or load the `sln` file in Visual Studio or VS Code and compile.
73+
74+
### Prerequisites
75+
76+
* .NET 6 or .NET 7 Preview
77+
* F# 6.0 compiler
78+
* To use `build.cmd`, the `dotnet` command must be accessible from your path.
79+
80+
Just checkout this repo. From the root of the repo:
81+
82+
### Build the solution
83+
84+
```
85+
build [release|debug]
86+
```
87+
88+
### Run the tests
89+
90+
```
91+
build test [release|debug]
92+
```
93+
94+
### Run the CI command
95+
96+
```
97+
build ci [release|debug]
98+
```
99+
100+
### Get options
101+
102+
```
103+
build help
104+
```
105+
106+
For more info, see this PR: https://github.com/abelbraaksma/TaskSeq/pull/29.
107+
108+
70109
## In progress!!!
71110

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

0 commit comments

Comments
 (0)