Skip to content

Commit

Permalink
Merge pull request #66 from erlang-ls/2-fix-ci-pipeline
Browse files Browse the repository at this point in the history
[#2] Fix building of extension
  • Loading branch information
robertoaloi authored Feb 1, 2021
2 parents 24cb550 + 42f29de commit b501f00
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ jobs:
with:
node-version: 14.x
- name: Setup Erlang/Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-elixir@v1
with:
otp-version: 21.3
elixir-version: 1.11.3
- run: npm install
- run: npm run compile
- name: Install VSCE
run: npm install -g vsce
- name: Package
run: vsce package
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: erlang-ls.vsix
path: erlang-ls-*.vsix
Loading

0 comments on commit b501f00

Please sign in to comment.