mirror of
https://github.com/nodiscc/awesome-linuxaudio.git
synced 2026-03-09 07:12:21 -05:00
gitlab CI: run test/debianwiki jobs in parallel
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
image: ruby
|
||||
stages:
|
||||
- test
|
||||
- debianwiki
|
||||
|
||||
test:
|
||||
image: ruby
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
- apt-get update && apt-get install -y shellcheck python3-venv
|
||||
@@ -10,6 +13,7 @@ test:
|
||||
- make checks
|
||||
only:
|
||||
- master
|
||||
needs: []
|
||||
|
||||
debianwiki:
|
||||
image: debian:sid-slim
|
||||
@@ -18,3 +22,4 @@ debianwiki:
|
||||
- apt-get update && apt-get install -y make
|
||||
script:
|
||||
- make debianwiki
|
||||
needs: []
|
||||
|
||||
Reference in New Issue
Block a user