-
Notifications
You must be signed in to change notification settings - Fork 83
43 lines (37 loc) · 1.18 KB
/
DragonFlyBSD-Autotools.yml
File metadata and controls
43 lines (37 loc) · 1.18 KB
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
40
41
42
43
name: DragonFlyBSD Autotools
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- { version: '6.4.0', lang: 'C' }
- { version: '6.4.0', lang: 'en_US.UTF-8' }
concurrency:
group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.lang}}-auotools
cancel-in-progress: true
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
uses: vmactions/dragonflybsd-vm@v1.1.3
env:
LANG: ${{matrix.lang}}
with:
envs: 'LANG'
release: ${{matrix.version}}
usesh: true
sync: rsync
copyback: false
prepare: |
pkg upgrade -y
pkg install -y bash subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile portaudio sdl2
run: |
chown -R $(id -u):$(id -g) $(pwd)
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"; ./build/autotools/autoconfiscate.sh