Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-schulz committed Jul 31, 2024
1 parent f049253 commit c92770c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MVE GitHub Actions CI

on:
push:
branches: [ "master" ]
branches: [ "master", "gh_ci_test" ]
pull_request:
branches: [ "master" ]

Expand Down Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Build MVE on Linux/macOS
run: |
uname -a
${CXX} --version
if [ "`uname`" = "Darwin" ]; then
export NUM_CPU_CORES="`sysctl -n hw.ncpu`"
else
Expand Down

0 comments on commit c92770c

Please sign in to comment.