-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (28 loc) · 1.15 KB
/
SWI-Prolog.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
name: Install SWI-Prolog
# You may pin to the exact commit or the version.
# description: Sets up ISO/Edinburgh-style Prolog interpreter
#uses: royratcliffe/swi-prolog-pack-cover@v1
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
#name: test
jobs:
run-tests:
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macOS, Windows, Ubuntu]
steps:
- uses: actions/checkout@v2
- uses: royratcliffe/swi-prolog-pack-cover@main
# - uses: royratcliffe/swi-prolog-pack-cover@main
# env:
# GHAPI_PAT: ${{ secrets.GHAPI_PAT }}
# COVFAIL_GISTID: ${{ secrets.COVFAIL_GISTID }}
#[![test](https://github.com/royratcliffe/msgpackc-prolog/actions/workflows/test.yaml/badge.svg)](https://github.com/royratcliffe/msgpackc-prolog/actions/workflows/test.yaml)
#![cov](https://shields.io/endpoint?url=https://gist.githubusercontent.com/royratcliffe/ccccef2ac1329551794f2a466ee61014/raw/cov.json)
#![fail](https://shields.io/endpoint?url=https://gist.githubusercontent.com/royratcliffe/ccccef2ac1329551794f2a466ee61014/raw/fail.json)