-
Notifications
You must be signed in to change notification settings - Fork 7
41 lines (34 loc) · 900 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: CI
on:
push:
branches: [master, develop]
pull_request:
branches: [master]
jobs:
Perfecto:
strategy:
matrix:
image: [ 'ol7', 'ol8', 'ol9']
uses: ./.github/workflows/perfecto.yml
with:
image: ${{ matrix.image }}
Bibop:
name: Bibop Validation
runs-on: ubuntu-latest
steps:
- name: Setup PATH
run: |
echo "${{ github.workspace }}" >> "$GITHUB_PATH"
- name: Code checkout
uses: actions/checkout@v4
- name: Install bibop and bibop-massive
run: |
wget https://apps.kaos.st/bibop/latest/linux/x86_64/bibop
wget https://kaos.sh/bibop/scripts/bibop-massive
chmod +x bibop bibop-massive
bibop -v
bibop-massive -v
- name: Run bibop recipes validation
env:
TERM: xterm-256color
run: bibop-massive -V tests