-
-
Notifications
You must be signed in to change notification settings - Fork 754
34 lines (29 loc) · 677 Bytes
/
haiku.yml
File metadata and controls
34 lines (29 loc) · 677 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
name: Haiku
on:
pull_request:
push:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Haiku
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Tests
uses: vmactions/haiku-vm@v1
with:
usesh: true
mem: 4096
copyback: false
prepare: |
pkgman install -y git curl unzip make bash perl
run: |
cd $GITHUB_WORKSPACE
./configure
make -j2
make run