Skip to content

Commit

Permalink
More gitman updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hellgren committed Jun 16, 2024
1 parent d19cbd6 commit d40f06f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Install python dependencies
run: pip install -r tsfpga/tsfpga/requirements.txt
- name: Install requirements
run: pip install -r requirements.txt
- name: Gitman update
run: gitman update
- name: Run simulations
- name: Run simulations
run: python run.py
14 changes: 13 additions & 1 deletion .gitman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,26 @@ sources:
rev: main
links:
- target: tsfpga
- rep: https://github.com/hdl-modules/hdl-modules.git
- scripts:
- pip install -r tsfpga/requirements.txt
- repo: https://github.com/hdl-modules/hdl-modules.git
name: hdl-modules
rev: main
links:
- target: hdl-modules
- repo: https://github.com/hdl-registers/hdl-registers.git
name: hdl-registers
rev: main
links:
- target: hdl-registers
scripts:
- pip install -r hdl_registers/requirements.txt
- repo: https://github.com/VUnit/vunit.git
name: vunit
rev: master
scripts:
- git submodule update --init --recursive
- pip install -r requirements.txt
links:
- target: vunit

Expand All @@ -30,6 +40,8 @@ groups:
members:
- digilent
- tsfpga
- hdl-modules
- hdl-registers
- vunit

default_group: all

0 comments on commit d40f06f

Please sign in to comment.