Skip to content

Commit

Permalink
ci cargo build release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkplug0025 committed Aug 4, 2024
1 parent 1a6562d commit dc71191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ${DOCKER} bash -c "cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DEBUG_WA
echo =====
${DOCKER} bash -c "cd build && make -j $(nproc)"
echo =====
${DOCKER} bash -c "cd rust && cargo build --target-dir ../build/rust"
${DOCKER} bash -c "cd rust && cargo build --target-dir ../build/rust --release"
echo =====
${DOCKER} bash -c "cd build && ctest --output-on-failure -j $(nproc)"
echo =====
Expand Down

0 comments on commit dc71191

Please sign in to comment.