Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit c065e80

Browse files
committed
enable new internal pipeline for continous builds and checks
1 parent 2af3764 commit c065e80

11 files changed

+5
-230
lines changed

.pipeline/Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env groovy
2+
3+
@Library(['piper-lib', 'cwa-remote-pipelines']) _
4+
5+
cwaAppiOSPipeline script: this, customDefaults: ['cwa-mobile-clients-defaults.yml', 'ios/cwa-app-ios-config.yml']

.pipeline/config.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

Jenkinsfile

Lines changed: 0 additions & 111 deletions
This file was deleted.

cfg/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

cfg/XMAKE_VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

cfg/build.scriptname

Lines changed: 0 additions & 1 deletion
This file was deleted.

cfg/central-signing/NAASSigning.xcconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

cfg/central-signing/NaasSigningExportOptions.plist

Lines changed: 0 additions & 15 deletions
This file was deleted.

cfg/xcode.cfg

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/adjust_version.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ fi
3939
# Change to project root
4040
cd $script_dir/..
4141

42-
# Replace version for xmake
43-
echo "${version}.${build_number}" > cfg/VERSION
44-
4542
# Replace version in .pbxproj
4643
# Replace version
4744
MARKETING_VERSION="MARKETING_VERSION = $version;"

wss-unified-agent.config

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)