Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
On hold tests on Ubuntu because of Azure bug to start ubuntu instance…
Browse files Browse the repository at this point in the history
… on AWS
  • Loading branch information
xlz-jbleclere committed Feb 1, 2021
1 parent 507c410 commit ab92ad3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.12)
# - Alpha : 1.0.0-alpha.1
# - Beta : 1.0.0-beta.1
# - Release candidate : 1.0.0-rc.1
set(ACCELIZEDRM_VERSION 2.5.2-alpha.1)
set(ACCELIZEDRM_VERSION 2.5.2-beta.1)

## Define package release number (Number of time this version was packaged)
if (NOT CPACK_PACKAGE_RELEASE)
Expand Down
10 changes: 5 additions & 5 deletions deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ stages:
tox_mode: 'debug'
tox_coverage: true
tox_extra_option: '$(tox_mark)'
- os_distrib: 'ubuntu_18_04'
tox_mode: 'debug'
tox_coverage: false
tox_extra_option: '$(tox_mark)'
dependsOn: 'centos_7'
#- os_distrib: 'ubuntu_18_04'
# tox_mode: 'debug'
# tox_coverage: false
# tox_extra_option: '$(tox_mark)'
# dependsOn: 'centos_7'

- stage: package_release
displayName: Create and release packages
Expand Down

0 comments on commit ab92ad3

Please sign in to comment.