Skip to content

Prepare for v3.0.0 release. #15

Prepare for v3.0.0 release.

Prepare for v3.0.0 release. #15

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