Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Nov 6, 2022
1 parent 0a958a7 commit 06dc161
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: mix
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 22.x
elixir-version: 1.9.x
- name: CMake
run: sudo apt-get install -y cmake
- name: Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Compilation
run: mix compile

0 comments on commit 06dc161

Please sign in to comment.