File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,24 @@ build_and_test:
75
75
--xunit-output $CI_PROJECT_DIR/xunit_output.xml
76
76
x86_64-linux/als${BUILD_SPACE_SUFFIX}-test/results/new/ || FAILED=true
77
77
78
+ - anod install lsif-ada
79
+ - ( eval `anod printenv lsif-ada`;
80
+ eval `anod printenv stable-gnat`;
81
+ eval `anod printenv ada_libfswatch`;
82
+ eval `anod printenv stable-templates_parser`;
83
+ eval `anod printenv stable-langkit_support`;
84
+ eval `anod printenv stable-libgpr2 --qualifier=bare`;
85
+ eval `anod printenv stable-libadalang`;
86
+ eval `anod printenv stable-libadalang-tools`;
87
+ export GPR_PROJECT_PATH=/it/wave/x86_64-linux/als/src/subprojects/gnatdoc/gnat:$GPR_PROJECT_PATH;
88
+ export GPR_PROJECT_PATH=/it/wave/x86_64-linux/als/src/subprojects/VSS/gnat:$GPR_PROJECT_PATH;
89
+ cd /it/wave/x86_64-linux/als/src;
90
+ lsif-ada gnat/lsp_server.gpr > $CI_PROJECT_DIR/dump.lsif )
91
+
78
92
- if [ ! -z ${FAILED+x} ]; then echo "There was at least one testcase failure" && exit 1; fi
79
93
80
94
artifacts :
81
95
when : always # Upload on errors too
82
- paths :
83
- - xunit_output.xml
84
96
reports :
85
- junit : xunit_output.xml
97
+ junit : xunit_output.xml
98
+ lsif : dump.lsif
You can’t perform that action at this time.
0 commit comments