Skip to content

moved repository to indimail org #115

moved repository to indimail org

moved repository to indimail org #115

Workflow file for this run

name: ircube FreeBSD CI
on:
push:
paths:
- '**/ircube-x/**'
- '**/prepare_obs'
- '**/catChangeLog'
- .github/workflows/ircube-freebsd.yml
- '!**/ircube-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 ircube
id: FreeBSD
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
prepare: pkg install -y automake autoconf libtool pkgconf
run: cd ircube-x; ./default.configure; make install