forked from BastilleBSD/bastille
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (30 loc) · 814 Bytes
/
test.yml
File metadata and controls
31 lines (30 loc) · 814 Bytes
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
name: Bastille_Testing
on:
pull_request:
branches:
- master
jobs:
test:
if: ${{ github.event.pull_request.base.ref == 'master' }}
runs-on: ubuntu-latest
name: BastilleBSD testing
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y git
run: |
ifconfig
mkdir /temp
git clone https://github.com/BastilleBSD/rocinante.git
cd rocinante && make install
rocinante bootstrap https://github.com/BastilleBSD/rocinante.git
cd ..
git clone https://github.com/BastilleBSD/bastille.git
cd bastille
make install
rocinante template tests/masterTest