Skip to content

Commit

Permalink
Add smoke test to PR for deterministic build
Browse files Browse the repository at this point in the history
  • Loading branch information
avtobiff committed Jul 23, 2023
1 parent 869b6bb commit 8f633ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
autoreconf -vfi
./configure
make all -j4
- name: Deterministically Build Yaws
run: |
autoreconf -vfi
./configure --enable-deterministic-build --with-source-date-epoch=$EPOCHSECONDS
make all -j4
make all -j4
- name: Run test suite
run: |
make check
Expand Down

0 comments on commit 8f633ee

Please sign in to comment.