diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adde7c9b5..5a990f162 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: MVE GitHub Actions CI on: push: - branches: [ "master" ] + branches: [ "master", "gh_ci_test" ] pull_request: branches: [ "master" ] @@ -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