Skip to content

Commit

Permalink
[CI] Set up CI pipeline for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 26, 2024
1 parent 48f56ff commit a94fadb
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 932 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: FreeBSD

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
name: A job to run test in FreeBSD
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
pkg install -y cmake git ninja-build googletest
run: |
pwd
ls -lah
whoami
env
freebsd-version
mkdir build
cd build
cmake .. -GNinja -DGOOGLE_TEST=ON
ninja -v
43 changes: 0 additions & 43 deletions .github/workflows/i386.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/jvm_tests.yml

This file was deleted.

193 changes: 0 additions & 193 deletions .github/workflows/main.yml

This file was deleted.

Loading

0 comments on commit a94fadb

Please sign in to comment.