|
@@ -1,6 +1,6 @@
|
|
parameters:
|
|
parameters:
|
|
name: 'BuildLinux'
|
|
name: 'BuildLinux'
|
|
- vmImage: 'ubuntu-16.04'
|
|
|
|
|
|
+ vmImage: 'ubuntu-18.04'
|
|
container: 'debian:stretch'
|
|
container: 'debian:stretch'
|
|
arch: '' # set it to i386 fof 32-bit build
|
|
arch: '' # set it to i386 fof 32-bit build
|
|
buildSystem: 'cmake' # either 'cmake' or 'make'
|
|
buildSystem: 'cmake' # either 'cmake' or 'make'
|