Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed May 1, 2021
1 parent 9c79c4e commit 4076d86
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ jobs:
- name: Test
run: ctest -VV

freebsd:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
uses: vmactions/[email protected]
with:
usesh: true
prepare: pkg install -y cmake tree lang/gcc
run: |
cmake .
cmake --build .
tree -sha .
ctest -VV
# freebsd:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v2
# - name: Build and Test
# uses: vmactions/[email protected]
# with:
# usesh: true
# prepare: pkg install -y cmake tree lang/gcc
# run: |
# cmake .
# cmake --build .
# tree -sha .
# ctest -VV

windows-msvc:
runs-on: "windows-latest"
Expand Down

0 comments on commit 4076d86

Please sign in to comment.