-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from Feuerlabs/uw-remove-folsom
Remove folsom and bear dependencies
- Loading branch information
Showing
37 changed files
with
138 additions
and
1,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Exometer CI | ||
|
||
on: [pull_request, push] | ||
|
||
jobs: | ||
linux: | ||
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }} | ||
runs-on: ${{ matrix.os }} | ||
|
||
strategy: | ||
matrix: | ||
otp_version: [24, 25, 26] | ||
os: [ubuntu-latest] | ||
|
||
container: | ||
image: erlang:${{ matrix.otp_version }} | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: CI tests | ||
run: make ci |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
%% encoding: UTF-8 | ||
{application,exometer_core}. | ||
{modules,[exo_montest,exometer,exometer_admin,exometer_alias,exometer_cache, | ||
exometer_cpu,exometer_duration,exometer_entry,exometer_folsom, | ||
exometer_folsom_monitor,exometer_function,exometer_histogram, | ||
exometer_igor,exometer_info,exometer_probe,exometer_proc, | ||
{modules,[exometer,exometer_admin,exometer_alias,exometer_cache,exometer_cpu, | ||
exometer_duration,exometer_entry,exometer_function, | ||
exometer_histogram,exometer_info,exometer_probe,exometer_proc, | ||
exometer_report,exometer_report_logger,exometer_report_tty, | ||
exometer_shallowtree,exometer_slide,exometer_slot_slide, | ||
exometer_spiral,exometer_uniform,exometer_util]}. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.