From 777b69dfe45939cd616711ff48fa7dd213a2732c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ken=20A=2E=20Rederg=C3=A5rd?= <64542+kenr@users.noreply.github.com> Date: Thu, 18 Feb 2021 08:45:49 +0100 Subject: [PATCH] Fix/cleanup pipeline (#262) * Remove nrftc repo, enable s130 * Delete nrftc.exe * Add S130 in tests --- .azure-pipelines/azure-pipelines.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 9774eb6f..9d9f9af1 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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 @@ -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 @@ -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'