Skip to content

Commit

Permalink
Sync test.yml workflow from mkiocccentry
Browse files Browse the repository at this point in the history
Sync file with commits from both Landon and me the past few days over in
the mkiocccentry repo.
  • Loading branch information
xexyl committed Jul 14, 2024
1 parent 310e39f commit 4b3ed64
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,32 @@ 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
run: git clone https://github.com/lcn2/seqcexit
- name: install seqcexit
run: cd seqcexit && sudo make install
- name: clone picky
run: git clone https://github.com/xexyl/picky
- name: clone independ
run: git clone https://github.com/lcn2/independ
- name: install independ
run: cd independ && sudo make install
- name: clone checknr
run: git clone https://github.com/lcn2/checknr.git
- name: install checknr
run: cd checknr && sudo make install
- name: clone picky
run: git clone https://github.com/lcn2/picky
- name: install picky
run: cd picky && make && sudo cp -p picky /usr/local/bin
run: cd picky && sudo make install
- 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 4b3ed64

Please sign in to comment.