diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 06:45:09 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 06:45:09 +0000 |
| commit | 1e93e1f324acbffa9902cce3b0b8a9f77d0b57c2 (patch) | |
| tree | d77eb429546b09c52c32830957d8ead8a396cd16 /BuildTools/Scripts | |
| parent | Another attempt to fix code signing build problem on travis (diff) | |
| download | DiligentCore-1e93e1f324acbffa9902cce3b0b8a9f77d0b57c2.tar.gz DiligentCore-1e93e1f324acbffa9902cce3b0b8a9f77d0b57c2.zip | |
Travis build script: switched to OS64 x arm and enabled Vulkan
Diffstat (limited to 'BuildTools/Scripts')
| -rwxr-xr-x | BuildTools/Scripts/travis/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BuildTools/Scripts/travis/build.sh b/BuildTools/Scripts/travis/build.sh index 5f78df11..94038648 100755 --- a/BuildTools/Scripts/travis/build.sh +++ b/BuildTools/Scripts/travis/build.sh @@ -10,7 +10,7 @@ fi if [ "$TRAVIS_OS_NAME" = "osx" ]; then if [ "$IOS" = "true" ]; then - cmake .. -DCMAKE_TOOLCHAIN_FILE=../DiligentCore/ios.toolchain.cmake -DIOS_PLATFORM=SIMULATOR64 $1 -G "Xcode" || return + cmake .. -DCMAKE_TOOLCHAIN_FILE=../DiligentCore/ios.toolchain.cmake -DIOS_PLATFORM=OS64 -DIOS_ARCH=arm64 -DVULKAN_SDK="$VULKAN_SDK" $1 -G "Xcode" || return XCODE_BUILD_SETTINGS="CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO" else cmake .. $1 -G "Xcode" || return @@ -18,4 +18,3 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then fi xcodebuild -configuration ${CONFIG} ${XCODE_BUILD_SETTINGS} | xcpretty && return ${PIPESTATUS[0]} fi - |
