Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Aug 17, 2024
1 parent a554df9 commit c9ac9c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/native-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
echo "cpus: ${cpus}"
which cmake
cmake --version
cmake -B tests/unit-test/build -S tests/unit-test
cmake -B tests/unit-test/build -S tests/unit-test -GXcode
cd tests/unit-test/build
# cmake --build tests/unit-test/build --config Release -j${cpus}
ls -l
xcodebuild -project CocosTest.xcodeproj -scheme "CocosTest" -jobs ${cpus} -arch arm64 -configuration Release build CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
./src/Release/CocosTest
Expand Down

0 comments on commit c9ac9c8

Please sign in to comment.