Skip to content

Commit

Permalink
Workflow setup (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 24, 2024
1 parent f85b4d1 commit 10d252e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/time-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
tests:
name: ${{ matrix.image.name }} [CC ${{ matrix.env.CC }}; backend ${{ matrix.image.backend }} ]
name: ${{ matrix.image.name }} [CC ${{ matrix.env.CC }}; backend ${{ matrix.image.backend }}; date offset ${{ matrix.date-offset }}]
runs-on: ubuntu-latest
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -69,6 +69,9 @@ jobs:
- name: Build
run: cmake --build build --parallel ${{ env.CORES }}

- name: Package rpm
run: cpack -G RPM -B rpm --config build/CPackConfig.cmake

- name: Install libfaketime
run: dnf -y install libfaketime

Expand Down

0 comments on commit 10d252e

Please sign in to comment.