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

Add GitLab CI config

parent 52db4a14
Branches
Tags
No related merge requests found
Pipeline #115935 failed
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