diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2018-10-30 10:19:40 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 10:19:40 +0330 |
commit | 1b7bfb5e1864fc355715b536faac6693b5ce0218 (patch) | |
tree | 17a231e2cd1cea06c15a5f021acf323be0cbfeb5 /.circleci | |
parent | b186274362725b7501211c2a782c1a0badd57107 (diff) |
[cmake] Make build of tests and subset optional (#1329)
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 46fb65b2..8ed1c394 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: # not needed to be a framework but we like to test that also # TODO: wrong way of targeting iOS as it doesn't point to iOS headers thus building # CoreText support is not possible, after the fix feel free HB_IOS from CMake altogether - - run: cmake -DBUILD_FRAMEWORK=ON -H. -Bbuild -GXcode -DHB_IOS=ON + - run: cmake -DBUILD_FRAMEWORK=ON -H. -Bbuild -GXcode -DHB_HAVE_CORETEXT=OFF -DHB_BUILD_SUBSET=OFF -DHB_BUILD_TESTS=OFF - run: cd build && xcodebuild -sdk iphoneos12.0 -configuration Release build -arch arm64 distcheck: |