mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Set separate scratch path
This commit is contained in:
parent
3bc9d8e4d2
commit
cec73c8486
4
.github/workflows/library-apple.yml
vendored
4
.github/workflows/library-apple.yml
vendored
@ -47,8 +47,8 @@ jobs:
|
||||
run: cd apple/xcode && xcodebuild -scheme "example (iOS)" -arch arm64 -sdk iphoneos build CODE_SIGNING_ALLOWED=NO
|
||||
- name: Build Swift Package (arm64)
|
||||
shell: bash
|
||||
run: cd apple/MapLibreRs && rm -rf .build && swift build -v --arch=arm64
|
||||
run: cd apple/MapLibreRs && swift build -v --arch=arm64 --scratch-path .build-arm64
|
||||
- name: Build Swift Package (x86_64)
|
||||
shell: bash
|
||||
run: cd apple/MapLibreRs && rm -rf .build && swift build -v --arch=x86_64
|
||||
run: cd apple/MapLibreRs && swift build -v --arch=x86_64 --scratch-path .build-x86_64
|
||||
|
||||
|
||||
2
apple/MapLibreRs/.gitignore
vendored
2
apple/MapLibreRs/.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
.DS_Store
|
||||
/.build
|
||||
/.build*
|
||||
/Packages
|
||||
/*.xcodeproj
|
||||
xcuserdata/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user