Skip to content

Commit

Permalink
ci: Properly ignore GDC build failures (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jan 28, 2021
1 parent 69c3eab commit 142b895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ jobs:
build-debian-testing:
name: Debian Testing
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.dc == 'gdc' }}
strategy:
matrix:
dc: [ldc, gdc]

steps:
- uses: actions/checkout@v2

- name: Create Build Environment
run: cd tests/ci/ && docker build -t asgen -f ./Dockerfile .

- name: Build & Test
continue-on-error: ${{ matrix.dc == 'gdc' }}
run: docker run -t -e DC=${{ matrix.dc }} -v `pwd`:/build asgen
./tests/ci/build-and-test.sh

0 comments on commit 142b895

Please sign in to comment.