-
Notifications
You must be signed in to change notification settings - Fork 5
38 lines (30 loc) · 804 Bytes
/
Copy pathtest.yml
File metadata and controls
38 lines (30 loc) · 804 Bytes
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
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