diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..da819f8e0c9c646f5e874b30ff1922450e45021f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +test: + stage: test + image: node:20 + script: + - npm install + - npm run-script download_jar + - npm run-script package + artifacts: + expire_in: 1 week + paths: + - b-language-extension-*.vsix + cache: + paths: + - node_modules