Skip to content

Merge pull request #7 from cppp-project/dev #16

Merge pull request #7 from cppp-project/dev

Merge pull request #7 from cppp-project/dev #16

Workflow file for this run

name: ✔️ Test cppp-reiconv
on:
release:
types: [published]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- { os: macos-latest, host: aarch64-apple-darwin }
- { os: ubuntu-latest, host: x86_64-linux-gnu }
steps:
- name: 📁 Checkout
uses: actions/checkout@v4
- name: 🧰 Setup Rubisco
uses: cppp-project/rubisco@main
with:
host: ${{ matrix.host }}
- name: 📁 Setup subpackages
run: |
git clone https://github.com/cppp-project/build-aux --depth 1
git clone https://github.com/cppp-project/cppp-platform --depth 1
- name: 🧪 Test
run: rubisco test