Skip to content

Commit

Permalink
Merge pull request #1485 from aleksisch/enable-all-targets
Browse files Browse the repository at this point in the history
build all targets in CI
  • Loading branch information
borisbat authored Jan 30, 2025
2 parents 6d3066c + 09b1467 commit 99a0e35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ jobs:
*)
CC=clang CXX=clang++ cmake --no-warn-unused-cli -B./build -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_BUILD_TYPE:STRING=${{ matrix.cmake_preset }} -G "${{ matrix.cmake_generator }}"
cd build
ninja daslang
ninja daScriptTest
ninja
;;
esac
;;
Expand Down

0 comments on commit 99a0e35

Please sign in to comment.