Skip to content

Commit c7b5fe8

Browse files
committed
readd macos CI
1 parent 8161a5b commit c7b5fe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tic.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# use a different tic template type if you do not want to build on all listed platforms
3333
# - { os: windows-latest, r: "release" }
3434
# [Custom matrix env var]
35+
- { os: macOS-latest, r: "release", latex: "true", codecov: "false" }
3536
- { os: ubuntu-latest, r: "devel" }
3637
# [Custom matrix env var]
3738
- { os: ubuntu-latest, r: "release", pkgdown: "true", codecov: "true" }
@@ -110,8 +111,9 @@ jobs:
110111
if: runner.os == 'macOS'
111112
run: |
112113
rm '/usr/local/bin/gfortran'
113-
brew install ccache gdal geos proj udunits
114+
brew install ccache gdal geos proj udunits jpeg sqlite
114115
brew install xquartz
116+
mkdir ~/.R && echo -e "CPPFLAGS += -L/usr/local/opt/jpeg/lib" >> ~/.R/Makevars
115117
116118
- name: "[Stage] [macOS] Install system libs for pkgdown"
117119
if: runner.os == 'macOS' && matrix.config.pkgdown != ''

0 commit comments

Comments
 (0)