File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 13
13
export GPR_PROJECT_PATH=$prefix /share/gpr:\
14
14
$PWD /subprojects/VSS/gnat:\
15
15
$PWD /subprojects/gnatdoc/gnat:\
16
+ $PWD /subprojects/gpr-unit-provider:\
16
17
$PWD /subprojects/libadalang-tools/src:\
17
18
$PWD /subprojects/spawn/gnat:\
18
19
$PWD /subprojects/stubs
Original file line number Diff line number Diff line change 86
86
with :
87
87
repository : AdaCore/gnatdoc
88
88
path : subprojects/gnatdoc
89
+ - name : Get gpr-unit-provider
90
+ uses : actions/checkout@v2
91
+ with :
92
+ repository : AdaCore/gpr-unit-provider
93
+ path : subprojects/gpr-unit-provider
89
94
- uses : actions/cache@v2
90
95
with :
91
96
path : ./cached_gnat
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ LIBRARY_TYPE?=relocatable
25
25
26
26
# Build mode (dev or prod)
27
27
BUILD_MODE =dev
28
+ GPR_UNIT_PROVIDER_BUILD =debug
28
29
29
30
# Whether to enable coverage (empty for no, any other value for yes)
30
31
COVERAGE =
50
51
EXE =
51
52
endif
52
53
53
- LIBRARY_FLAGS=-XBUILD_MODE =$(BUILD_MODE ) \
54
+ LIBRARY_FLAGS=-XGPR_UNIT_PROVIDER_BUILD =$(GPR_UNIT_PROVIDER_BUILD ) \
55
+ -XBUILD_MODE=$(BUILD_MODE ) \
54
56
-XOS=$(OS ) \
55
57
-XLIBRARY_TYPE=$(LIBRARY_TYPE ) \
56
58
-XXMLADA_BUILD=$(LIBRARY_TYPE ) \
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ To build the language server you need:
77
77
* The [ VSS] ( https://github.com/AdaCore/VSS ) library
78
78
* The [ gnatdoc] ( https://github.com/AdaCore/gnatdoc ) library
79
79
* The [ gpr] ( https://github.com/AdaCore/gpr ) library
80
+ * The [ gpr-unit-provider] ( https://github.com/AdaCore/gpr-unit-provider ) library
80
81
* The a process [ spawn] ( https://github.com/AdaCore/spawn ) library
81
82
82
83
Project files of the libraries must be available via the ` GPR_PROJECT_PATH `
Original file line number Diff line number Diff line change 16
16
------------------------------------------------------------------------------
17
17
18
18
with "gpr2.gpr";
19
+ with "gpr_unit_provider.gpr";
19
20
with "libadalang";
20
21
with "lal_tools.gpr";
21
22
with "ada_libfswatch.gpr";
You can’t perform that action at this time.
0 commit comments