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 caaf91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CXXFLAGS += -pthread
UNAME = $(shell uname)
ifeq (${UNAME},Darwin)
CXXFLAGS += -DGL_SILENCE_DEPRECATION=1
OPENMP =
endif

LIBJPEG_CFLAGS = `pkg-config --cflags libjpeg`
Expand Down

0 comments on commit caaf91c

Please sign in to comment.