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

Commit

Permalink
Fix/cleanup pipeline (#262)
Browse files Browse the repository at this point in the history
* Remove nrftc repo, enable s130
* Delete nrftc.exe
* Add S130 in tests
  • Loading branch information
kenr authored Feb 18, 2021
1 parent c113ebc commit 777b69d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
trigger:
- feature/azure-devops-builds

resources:
repositories:
- repository: nrftc
type: github
endpoint: NordicPlayground
name: NordicPlayground/nrftc

parameters:
- name: BUILD_CONFIGURATION
displayName: Build configuration
Expand Down Expand Up @@ -67,7 +57,7 @@ parameters:
default: 10
- name: TEST_EXCLUDE_SOFTDEVICE_TYPES
displayName: SoftDevice types to exclude from tests
default: s130
default: none
- name: TEST_DRIVER_LOG_LEVEL
displayName: Log level to use in nrf-ble-driver
default: debug
Expand Down Expand Up @@ -214,7 +204,7 @@ jobs:
echo Deleting unnecessary directories from artifact directory
rmdir /s /q $(Build.ArtifactStagingDirectory)\_CPack_Packages
del $(System.ArtifactsDirectory)\nrftc
del $(System.ArtifactsDirectory)\nrftc.exe
condition: contains(variables['imageName'], 'win')
displayName: '[Windows] Run cmake and build project'
Expand Down

0 comments on commit 777b69d

Please sign in to comment.