Skip to content

Commit

Permalink
chore: upgrade 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hypno2000 committed Apr 10, 2024
1 parent 53ce1b4 commit 5abb5bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@ jobs:
- v1-test-{{ checksum "mix.lock" }}-
- v1-test-
- run:
name: Hex auth
command: mix hex.organization auth coingaming --key $HEX_API_KEY
name: Hex auth
command: mix hex.organization auth coingaming --key $HEX_API_KEY
- run:
name: Fetch dependencies
command: mix deps.get
name: Fetch dependencies
command: mix deps.get
- run:
name: Compile dependencies
command: mix deps.compile
name: Compile dependencies
command: mix deps.compile
- run:
name: Compile protocols
command: mix compile --warnings-as-errors
name: Compile protocols
command: mix compile --warnings-as-errors
# - run:
# name: Style checks
# command: mix credo --strict
# name: Style checks
# command: mix credo --strict
- run:
name: Test
command: mix test
name: Test
command: mix test
# - run:
# name: Dialyzer type checks
# command: mix dialyzer --halt-exit-status
# name: Dialyzer type checks
# command: mix dialyzer --halt-exit-status
# no_output_timeout: 15m
- save_cache:
key: v1-test-{{ checksum "mix.lock" }}-{{ .Revision }}
paths:
- deps
- ~/.mix
- run:
name: Semantic Release
command: npx semantic-release --extends @heathmont/semantic-release-elixir-hex
name: Semantic Release
command: npx semantic-release --extends @heathmont/semantic-release-elixir-hex

workflows:
version: 2
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
erlang 26.2.3
elixir 1.16.2-otp-26
nodejs 20.11.1
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.12.1

0 comments on commit 5abb5bb

Please sign in to comment.