File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
fetch-depth : 1
22
22
23
23
- name : Compile
24
- run : ./gradlew build
24
+ run : |
25
+ git clone --depth 1 https://github.com/nextflow-io/nextflow ../nextflow
26
+ make
Original file line number Diff line number Diff line change 1
1
compile :
2
+ (cd ../nextflow ; ./gradlew :nf-lang:publishToMavenLocal)
2
3
./gradlew build
3
4
4
5
test :
Original file line number Diff line number Diff line change @@ -26,13 +26,10 @@ The language server exposes a set of configuration settings that can be controll
26
26
To build from the command line:
27
27
28
28
``` sh
29
- # build nf-lang module from Nextflow
29
+ # clone Nextflow repository
30
30
git clone https://github.com/nextflow-io/nextflow ../nextflow
31
- cd ../nextflow
32
- ./gradlew publishToMavenLocal
33
- cd -
34
31
35
- # build language server
32
+ # build language server (with nf-lang module)
36
33
make
37
34
```
38
35
You can’t perform that action at this time.
0 commit comments