File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,23 +125,22 @@ jobs:
125125 cd ../evergreen
126126 make
127127 make install
128- # libetpan no longer compiles on FreeBSD
129- # freebsd-14:
130- # runs-on: ubuntu-24.04
131- # name: FreeBSD
132- # steps:
133- # - uses: actions/checkout@v6
134- # - name: Build LBBS
135- # uses: vmactions/freebsd-vm@v1
136- # with:
137- # usesh: true
138- # run: |
139- # pkg install -y git gcc gmake autoconf automake pkgconf libtool m4 ncurses wget
140- # cd ..
141- # git clone https://github.com/InterLinked1/lbbs.git
142- # cd lbbs
143- # mkdir /usr/local/src
144- # scripts/libetpan.sh
145- # cd ../evergreen
146- # gmake
147- # gmake install
128+ freebsd-14 :
129+ runs-on : ubuntu-24.04
130+ name : FreeBSD
131+ steps :
132+ - uses : actions/checkout@v6
133+ - name : Build LBBS
134+ uses : vmactions/freebsd-vm@v1
135+ with :
136+ usesh : true
137+ run : |
138+ pkg install -y git gcc gmake autoconf automake pkgconf libtool m4 ncurses wget
139+ cd ..
140+ git clone https://github.com/InterLinked1/lbbs.git
141+ cd lbbs
142+ mkdir /usr/local/src
143+ scripts/libetpan.sh
144+ cd ../evergreen
145+ gmake
146+ gmake install
You can’t perform that action at this time.
0 commit comments