mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
ci/lin: split Build and Test steps
This commit is contained in:
@@ -27,14 +27,16 @@ jobs:
|
||||
sudo apt update -qq
|
||||
sudo apt install -y make g++ git bison flex gperf libreadline-dev autoconf
|
||||
|
||||
- name: Build and test
|
||||
- name: Build
|
||||
run: |
|
||||
export PATH=$HOME/bin:$PATH
|
||||
autoconf
|
||||
./configure --prefix=$HOME
|
||||
make install
|
||||
make check
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
export PATH=$HOME/bin:$PATH
|
||||
sh .github/test.sh
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user