Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh: daily validation of the ELL compatibility #308

Merged
merged 3 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
debug: [enable-debug, disable-debug]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: dependencies
run: sudo apt-get -y install autoconf-archive pandoc git
- name: build and install ELL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: dependencies
run: sudo apt-get -y install autoconf-archive lcov git
- name: build and install ELL
Expand All @@ -30,7 +30,7 @@ jobs:
CODE_COVERAGE_OUTPUT_FILE=lcov.info \
CODE_COVERAGE_LCOV_OPTIONS="--no-external --exclude */tests/*"
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info
file: ./lcov.info
4 changes: 3 additions & 1 deletion .github/workflows/ell-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '33 6 * * 1-5'

jobs:
build:
Expand All @@ -16,7 +18,7 @@ jobs:
cc: [gcc, clang]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: dependencies
run: sudo apt-get -y install autoconf-archive git clang
- name: build and install ELL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multipath-tcp.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: dependencies
run: sudo apt-get -y install autoconf-archive git
- name: build and install ELL
Expand Down