Differences From Artifact [b686740212]:
- File .github/workflows/amiga-gcc.yml — part of check-in [73b127f32d] at 2021-10-15 21:20:56 on branch trunk — GitHub Actions: Test various flag combinations (user: js, size: 1084) [annotate] [blame] [check-ins using] [more...]
To Artifact [16471286d2]:
- File .github/workflows/amiga-gcc.yml — part of check-in [585c79c2d2] at 2021-10-17 19:46:00 on branch trunk — Name GitHub Actions that don't run tests "build" (user: js, size: 1084) [annotate] [blame] [check-ins using] [more...]
1 2 3 | name: amiga-gcc on: [push, pull_request] jobs: | < > | 1 2 3 4 5 6 7 8 9 10 11 | name: amiga-gcc on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: configure_flags: - - --disable-amiga-lib steps: |
︙ | ︙ |