Skip to content

Commit

Permalink
CI(freebsd): Build with C++17
Browse files Browse the repository at this point in the history
The protobuf version on the FreeBSD CI image that we are using requires
C++17.
  • Loading branch information
Krzmbrzl committed Jan 21, 2024
1 parent 4d4a3fa commit 0e8d687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ freebsd_task:
fetch_submodules_script: git submodule --quiet update --init --recursive
build_script:
- mkdir build && cd build
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -Dtests=ON -Dsymbols=ON ..
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -Dtests=ON -Dsymbols=ON -DCMAKE_CXX_STANDARD=17 ..
- cmake --build .
test_script:
- cd build
Expand Down

0 comments on commit 0e8d687

Please sign in to comment.