Skip to content

NtpClock.*: rename Epoch::daysToCurrentEpochFromConverterEpoch() to d… #107

NtpClock.*: rename Epoch::daysToCurrentEpochFromConverterEpoch() to d…

NtpClock.*: rename Epoch::daysToCurrentEpochFromConverterEpoch() to d… #107

Workflow file for this run

# See https://docs.github.com/en/actions/guides for documentation about GitHub
# Actions.
name: AUnit Tests
# Run on all branches.
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: |
cd ..
git clone https://github.com/bxparks/EpoxyDuino
git clone https://github.com/bxparks/AceRoutine
git clone https://github.com/bxparks/AUnit
git clone https://github.com/bxparks/AceCommon
git clone https://github.com/bxparks/AceSorting
git clone https://github.com/bxparks/AceTime
git clone https://github.com/bxparks/AceWire
git clone https://github.com/hsaturn/EspMock
- name: Verify examples
run: |
make -C examples
make -C examples/MemoryBenchmark epoxy
- name: Verify tests
run: |
make -C tests
make -C tests runtests