Skip to content

Commit

Permalink
Try actual build with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed May 27, 2024
1 parent 71c28d3 commit 893a335
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,20 @@ jobs:
release: "14.0"
usesh: true
prepare: |
pkg install -y curl
pkg install -y cmake
run: |
pwd
ls -lah
echo '#### System information'
whoami
env
freebsd-version
c++ --version
gcc --version
clang++ --version
pkg info
echo '#### Building'
.build/build -DCMAKE_CXX_STANDARD=11 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DCMAKE_CXX_EXTENSIONS=OFF
echo '#### Testing'
.build/run-unittest

0 comments on commit 893a335

Please sign in to comment.