Skip to content

Commit

Permalink
Merge pull request #905 from xexyl/workflow-make-release
Browse files Browse the repository at this point in the history
Add make release to GitHub workflow
  • Loading branch information
lcn2 authored Jul 11, 2024
2 parents 492e4b6 + 72b235e commit 72a2e34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@v4
- name: install ctags
run: sudo apt-get install -y universal-ctags
- name: install flex
run: sudo apt-get install -y flex
- name: install bison
run: sudo apt-get install -y bison
- name: install shellcheck
run: sudo apt-get install -y shellcheck
- name: clone seqcexit
Expand All @@ -31,8 +35,8 @@ jobs:
run: cd picky && make && sudo cp -p picky /usr/local/bin
- name: make
run: make
- name: make slow_prep
run: make slow_prep
- name: make slow_release
run: make slow_release
- name: make clobber all test
run: make clobber all test
- name: make clobber
Expand Down

0 comments on commit 72a2e34

Please sign in to comment.