Testing pipeline with manual build
Some checks failed
Test safe strings safety / build (push) Failing after 6m49s

This commit is contained in:
2024-03-04 09:18:02 +01:00
parent 4f54f53b83
commit 49dc34bd0b
2 changed files with 11 additions and 35 deletions

View File

@@ -11,7 +11,16 @@ jobs:
uses: actions/checkout@v2
- name: Setup GHDL
uses: ghdl/setup-ghdl-ci@nightly
run: |
apt update && apt upgrade -y
apt install gcc gnat clang git llvm llvm-dev make zlib1g-dev -y
git clone https://github.com/ghdl/ghdl
cd ghdl
mkdir build
cd build
../configure --with-llvm-config
make
make install
- name: Verification of ghdl installation
run: |
@@ -20,4 +29,4 @@ jobs:
- name: build test and run test
run: |
make | grep Error
make