Skip to content

Fixes for gcc14 (#42) #99

Fixes for gcc14 (#42)

Fixes for gcc14 (#42) #99

name: indium FreeBSD CI
on:
push:
paths:
- '**/indium-x/**'
- '**/prepare_obs'
- '**/catChangeLog'
- .github/workflows/indium-freebsd.yml
- '!**/indium-x/debian/*'
- '!**/doc/*'
- '!**.md'
workflow_dispatch:
jobs:
testfreebsd:
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v4
- name: build indium
id: FreeBSD
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
prepare: pkg install -y curl automake autoconf libtool pkgconf lang/tcl86 tk86 mysql80-server mysql80-client
run: cd indium-x; ./default.configure; make