Skip to content

Commit

Permalink
Adding FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Jan 15, 2024
1 parent 624f1ee commit 15ba627
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,34 @@ jobs:
# FIXME: For some reason some of the object files are rebuilt
make CC=gcc TARGET=aarch64 test-ci
FreeBSD_amd_64:
name: 'FreeBSD amd64'
runs-on: ubuntu-22.04
container:
image: ubuntu:22.04
env:
CFLAGS: '-fsanitize=address,undefined'
steps:
- uses: actions/checkout@v3
- name: pkg
id: runcmd
uses: vmactions/freebsd-vm@v1
with:
usesh: true
sync: rsync
copyback: false
mem: 1024
release: 13.2
prepare: |
pkg install -y curl capstone gmake
run: |
freebsd-version
pwd
ls -lah
gmake all
gmake test-ci
MACOS_x86_64:
runs-on: macos-11
env:
Expand Down

0 comments on commit 15ba627

Please sign in to comment.