Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 777b69d

Browse files
authored
Fix/cleanup pipeline (#262)
* Remove nrftc repo, enable s130 * Delete nrftc.exe * Add S130 in tests
1 parent c113ebc commit 777b69d

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.azure-pipelines/azure-pipelines.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
trigger:
2-
- feature/azure-devops-builds
3-
4-
resources:
5-
repositories:
6-
- repository: nrftc
7-
type: github
8-
endpoint: NordicPlayground
9-
name: NordicPlayground/nrftc
10-
111
parameters:
122
- name: BUILD_CONFIGURATION
133
displayName: Build configuration
@@ -67,7 +57,7 @@ parameters:
6757
default: 10
6858
- name: TEST_EXCLUDE_SOFTDEVICE_TYPES
6959
displayName: SoftDevice types to exclude from tests
70-
default: s130
60+
default: none
7161
- name: TEST_DRIVER_LOG_LEVEL
7262
displayName: Log level to use in nrf-ble-driver
7363
default: debug
@@ -214,7 +204,7 @@ jobs:
214204
215205
echo Deleting unnecessary directories from artifact directory
216206
rmdir /s /q $(Build.ArtifactStagingDirectory)\_CPack_Packages
217-
del $(System.ArtifactsDirectory)\nrftc
207+
del $(System.ArtifactsDirectory)\nrftc.exe
218208
condition: contains(variables['imageName'], 'win')
219209
displayName: '[Windows] Run cmake and build project'
220210

0 commit comments

Comments
 (0)