forked from dylan-lang/opendylan
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (33 loc) · 988 Bytes
/
libraries-test-suite.yml
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
39
name: libraries-test-suite
on:
push:
paths-ignore: ['documentation/**', '**.rst', '**.md']
pull_request:
branches:
- master
paths-ignore: ['documentation/**', '**.rst', '**.md']
# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:
jobs:
libraries-test-suite:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
path: od
submodules: recursive
- uses: dylan-lang/install-opendylan@v3
with:
version: 2023.1
tag: v2023.1.0
- name: Build libraries-test-suite-app
run: |
# We want to use the registry in the sources directory...
cd od/sources
dylan-compiler -build -jobs 3 libraries-test-suite-app
- name: Run libraries-test-suite-app
run: |
od/sources/_build/bin/libraries-test-suite-app --tag=-benchmark