Skip to content

Commit 179e56a

Browse files
committed
remove even more build test parts for *BSD
1 parent 2dd76c3 commit 179e56a

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/build-tests.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -318,28 +318,4 @@ jobs:
318318
./configure --enable-postgres CPPFLAGS="-I/usr/pkg/include" LDFLAGS="-L/usr/pkg/lib -Wl,-R/usr/pkg/lib"
319319
make
320320
make install
321-
if: ${{ matrix.distribution == 'netbsd' }}
322-
- name: Link vm shell script
323-
run: ln -s /home/runner/.local/bin/${{ matrix.distribution }} /home/runner/.local/bin/vm
324-
- name: Initialize test data
325-
shell: vm {0}
326-
run: >
327-
cd $GITHUB_WORKSPACE/unittesting
328-
&& bash ./initialize_db.sh
329-
&& cp test-files/wendzelnntpd.conf /usr/local/etc/wendzelnntpd/
330-
- name: Test wendzelnntpadm
331-
shell: vm {0}
332-
run: cd $GITHUB_WORKSPACE/unittesting && PATH=/usr/local/sbin:$PATH ./test_wendzelnntpadm.sh
333-
- name: Reinitialize database
334-
shell: vm {0}
335-
run: cd $GITHUB_WORKSPACE/unittesting && bash ./initialize_db.sh
336-
- name: run wendzelnntpd
337-
shell: vm {0}
338-
run: /usr/local/sbin/wendzelnntpd -d > /dev/null 2> /dev/null &
339-
- name: Copy certificates from container to host
340-
run: >
341-
cd unittesting
342-
&& mkdir tmp
343-
&& scp ${{ matrix.distribution }}:/usr/local/etc/wendzelnntpd/ssl/ca.crt tmp/ca-self.crt
344-
&& scp ${{ matrix.distribution }}:/usr/local/etc/wendzelnntpd/ssl/ca-key.pem tmp/ca-self.key
345321

0 commit comments

Comments
 (0)