Skip to content

Commit

Permalink
Run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RootCubed committed Jul 5, 2024
1 parent 203d198 commit 39de126
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
sudo apt-get install git help2man perl python3 make autoconf g++ flex bison ccache libfl2 libfl-dev
[ -d ~/verilator ] || git clone -b nba-enable-initial-final https://github.com/RootCubed/verilator.git ~/verilator
cd ~/verilator
git pull
git fetch
git reset origin/nba-enable-initial-final --hard
autoconf
./configure
make -j `nproc`
Expand All @@ -92,4 +93,5 @@ jobs:
cd test/backend
chmod +x ./idma.sh
./idma.sh
./obj_dir/tb_idma ../../jobs/backend_r_axi_w_obi/simple.yml
chmod +x ./run_tests.sh
./run_tests.sh

0 comments on commit 39de126

Please sign in to comment.