Skip to content

Add FSStream and CFRunLoop bindings (#40) #66

Add FSStream and CFRunLoop bindings (#40)

Add FSStream and CFRunLoop bindings (#40) #66

Workflow file for this run

name: build
on:
push:
paths-ignore:
- README.md
pull_request:
paths-ignore:
- README.md
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
# - macOS-latest
- macOS-13
version:
# - version-2-0
- devel
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache choosenim
id: cache-choosenim
uses: actions/cache@v4
with:
path: ~/.choosenim
key: ${{ runner.os }}-choosenim-${{ matrix.version}}
- name: Cache nimble
id: cache-nimble
uses: actions/cache@v4
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-${{ matrix.version}}-${{ hashFiles('*.nimble') }}
- uses: alaviss/[email protected]
with:
path: 'nim'
version: ${{ matrix.version }}
- name: Install Packages
run: nimble install -d -y
- name: test
run: nimble test