Update 'Home'
parent
65562c9434
commit
1ba470e336
13
Home.md
13
Home.md
@ -5,15 +5,26 @@ In case of doubt, these files must be located at the root of the projecy and, of
|
|||||||
`.env`
|
`.env`
|
||||||
|
|
||||||
```env
|
```env
|
||||||
|
# Command line
|
||||||
|
|
||||||
|
CLI_USE_DOCKER=no
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
|
||||||
|
DOCC_GITHUB_OUTPUT=./docs
|
||||||
|
DOCC_GITHUB_BASE_PATH=swift-libs
|
||||||
|
DOCC_PREVIEW_URL=http://localhost:8080/documentation/swiftlibs
|
||||||
|
DOCC_XCODE_OUTPUT=./${SWIFT_TARGET_NAME}.doccarchive
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
|
|
||||||
DOCKER_IMAGE_NAME=swift
|
DOCKER_IMAGE_NAME=swift
|
||||||
DOCKER_IMAGE_TAG=latest
|
DOCKER_IMAGE_TAG=latest
|
||||||
DOCKER_IMAGE_PLATFORM=linux/arm64/v8
|
DOCKER_IMAGE_PLATFORM=linux/arm64/v8
|
||||||
DOCKER_IMAGE_CLEAN=yes
|
|
||||||
DOCKER_VOLUME_TARGET=/package
|
DOCKER_VOLUME_TARGET=/package
|
||||||
|
|
||||||
# Swift
|
# Swift
|
||||||
|
|
||||||
SWIFT_BUILD_CONFIGURATION=debug
|
SWIFT_BUILD_CONFIGURATION=debug
|
||||||
|
SWIFT_TARGET_NAME=SwiftLibs
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user