diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9b5eda33..6d785961 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: