Compare commits
1 commit
0d233b101b
...
58d8e4c993
Author | SHA1 | Date | |
---|---|---|---|
58d8e4c993 |
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@ jobs:
|
|||
run: |
|
||||
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
|
||||
- name: Install Qlot
|
||||
run: |
|
||||
ros install fukamachi/qlot
|
||||
PATH="~/.roswell/bin:$PATH"
|
||||
run: ros install fukamachi/qlot
|
||||
- name: Install dependencies
|
||||
run: qlot install
|
||||
run: |
|
||||
PATH="~/.roswell/bin:$PATH"
|
||||
qlot install
|
||||
- name: Run tests
|
||||
run: .qlot/bin/rove hsx.asd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue