Skip to content
Snippets Groups Projects
Commit 3d47fabd authored by dgelessus's avatar dgelessus
Browse files

Add GitLab CI config

parent 52db4a14
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment