Skip to content

Rebol-EBML CI

Rebol-EBML CI #1

Workflow file for this run

name: 'Rebol-AOMedia CI'
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
paths:
- ci-test.r3
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
CI:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rebol for the test
uses: oldes/install-rebol@v3.18.0
- name: Test EBML module
run: ./rebol3 ci-test.r3