Skip to content

Commit c5bd88d

Browse files
committed
Merge branch 'topic/build-extension-in-ci' into 'master'
Include a build of the VS Code extension in the GitLab CI See merge request eng/ide/ada_language_server!1241
2 parents 03dc344 + ae26602 commit c5bd88d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ build_and_test:
127127
# Build & test using anod
128128
cd /it/wave
129129
- anod build als --qualifier=$ACI_ANOD_QUALIFIER --minimal
130+
- anod build vscode-extension --qualifier=$ACI_ANOD_QUALIFIER --minimal
130131
- anod test als --qualifier=$ACI_ANOD_QUALIFIER --minimal
131132

132133
# Process the report

0 commit comments

Comments
 (0)