Testing pipeline with manual build
Some checks failed
Test safe strings safety / build (push) Failing after 6m49s
Some checks failed
Test safe strings safety / build (push) Failing after 6m49s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user