ttl/ff_jk.vhd, ttl/ff_jkpc.vhd: Simplify. #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CADR4 CI | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Fossil | |
run: sudo apt-get install -y fossil | |
- name: Install GHDL | |
run: sudo apt-get install -y ghdl | |
- name: Clone hdlmake.mk | |
run: fossil clone https://tumbleweed.nu/r/hdlmake.mk ~/hdlmake.mk.fossil | |
- name: mkdir ~/hdlmake.mk | |
run: mkdir ~/hdlmake.mk | |
- name: Open hdlmake.mk | |
run: fossil open ~/hdlmake.mk.fossil --workdir ~/hdlmake.mk | |
- name: Run check | |
run: make |