Skip to content

Commit

Permalink
Ready for 3.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed Aug 14, 2023
1 parent 5051553 commit cc9a621
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ jobs:
uses: microsoft/setup-msbuild@v1.1
- name: Build for engine
run: "bash ci.sh"
MacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build
run: "bash ci.sh"
2 changes: 1 addition & 1 deletion ci.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
cpus=$(grep -c processor /proc/cpuinfo)
cpus=$(grep -c processor /proc/cpuinfo) || cpus=$(sysctl -n hw.ncpu)

mkdir build
cd build || exit
Expand Down

0 comments on commit cc9a621

Please sign in to comment.