Trying out the ghdl example ci
Some checks failed
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (, 22.04) (push) Failing after 14s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (gcc, 20.04) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (gcc, 22.04) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (gcc, latest) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (, latest) (push) Failing after 49s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (, 20.04) (push) Failing after 51s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (llvm, 20.04) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (mcode, 20.04) (push) Failing after 6s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (llvm, latest) (push) Failing after 24s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (llvm, 22.04) (push) Failing after 24s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (mcode, 22.04) (push) Failing after 6s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (mcode, latest) (push) Failing after 18s
Some checks failed
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (, 22.04) (push) Failing after 14s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (gcc, 20.04) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (gcc, 22.04) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (gcc, latest) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (, latest) (push) Failing after 49s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (, 20.04) (push) Failing after 51s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (llvm, 20.04) (push) Failing after 7s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (mcode, 20.04) (push) Failing after 6s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (llvm, latest) (push) Failing after 24s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (llvm, 22.04) (push) Failing after 24s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (mcode, 22.04) (push) Failing after 6s
Test / 🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }} (mcode, latest) (push) Failing after 18s
This commit is contained in:
33
.gitea/workflows/ghdl_example.yaml
Normal file
33
.gitea/workflows/ghdl_example.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
[push]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
ubuntu:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
backend: [ '', mcode, llvm, gcc ]
|
||||
version: [ 20.04, 22.04, latest ]
|
||||
runs-on: ubuntu-${{ matrix.version }}
|
||||
name: '🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }}'
|
||||
steps:
|
||||
|
||||
- name: '🧰 Checkout'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Action
|
||||
uses: ./
|
||||
with:
|
||||
backend: ${{ matrix.backend }}
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
echo "GHDL_PREFIX: $GHDL_PREFIX"
|
||||
echo "GHDL: $GHDL"
|
||||
echo "GHDL_LIBS: $GHDL_LIBS"
|
||||
ghdl --version
|
||||
$GHDL --version
|
||||
Reference in New Issue
Block a user