-
Notifications
You must be signed in to change notification settings - Fork 4
36 lines (33 loc) · 984 Bytes
/
arb-stable-tests.yml
File metadata and controls
36 lines (33 loc) · 984 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
name: ARB stable with tests
on:
push:
schedule:
- cron: "0 0 * * *"
jobs:
build:
name: Run tests for stable version of ARB
strategy:
matrix:
os: [macos-12]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: add tap from current branch
run: |
mkdir -p $(dirname $(brew --repo arb-project/arb))
ln -s $PWD $(brew --repo arb-project/arb)
- name: install X11 server
run: brew install --cask xquartz
- name: install other ARB dependencies
run: brew install arb-project/arb/arb@7 --HEAD --only-dependencies
- name: build stable version of ARB
env:
HOMEBREW_LOGS: ${{github.workspace}}/.homebrew-logs
run: brew install arb-project/arb/arb@7 --HEAD --with-test-only --keep-tmp
- name: save Homebrew logs
uses: actions/upload-artifact@v1
if: always()
with:
name: Homebrew logs
path: .homebrew-logs/