Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed Feb 17, 2024
1 parent 444b4fa commit ac305ed
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ jobs:
- name: Test
run: cmake --build build --target test

# freebsd:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v2
# - name: Build and Test
# uses: vmactions/freebsd-vm@v0.1.2
# 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"
steps:
Expand All @@ -76,4 +61,6 @@ jobs:
cmake --build build
tree /a /f build
- name: Test
run: cmake --build build --target test
run: |
cd build
ctest -VV -C "Debug"

0 comments on commit ac305ed

Please sign in to comment.