diff options
| author | Simon Wells <swel024@gmail.com> | 2017-11-05 00:09:32 +0000 |
|---|---|---|
| committer | Simon Wells <swel024@gmail.com> | 2017-11-05 00:09:32 +0000 |
| commit | 9fe831441d0014b5202066bff30173cef15189d9 (patch) | |
| tree | 6f3e6f95a7bca7149a98fdcacb6e1267bcde717e /.gitlab-ci.yml | |
| parent | Change abs to std::abs to fix warnings (diff) | |
| download | inkscape-9fe831441d0014b5202066bff30173cef15189d9.tar.gz inkscape-9fe831441d0014b5202066bff30173cef15189d9.zip | |
Add a few dependencies and a few configuration options including getting gettext working, this relies on PKG_CONFIG_USE_CMAKE_PREFIX_PATH being set in cmake
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e9c1e55b..640fd7169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ inkscape:mac: # Tools - brew install cmake intltool libtool pkg-config ccache # Libraries - - brew install bdw-gc boost gdl gettext gsl gtkmm3 libcdr libvisio libwpg pango popt poppler potrace libsoup + - brew install bdw-gc boost gdl gettext gsl gtkmm3 gtkspell3 imagemagick@6 jemalloc libcdr libvisio libyaml libwpg pango popt poppler potrace libsoup # Testing tools # TODO # Cleanup @@ -55,7 +55,7 @@ inkscape:mac: script: - mkdir -p build - cd build - - cmake .. -DIntl_INCLUDE_DIR=/usr/local/opt/gettext/include -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug + - cmake .. -DCMAKE_PREFIX_PATH="/usr/local/opt/gettext;/usr/local/opt/imagemagick@6/;/usr/local/opt/icu4c/" -DWITH_OPENMP=OFF -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug - make -j1 - cd .. artifacts: |
