Oops
This commit is contained in:
parent
c2eb806992
commit
ac26cf7521
|
@ -4,31 +4,32 @@ variables:
|
||||||
releaseExamples: 'controlgallery cpp-multithread datetime drawtext histogram tester timer'
|
releaseExamples: 'controlgallery cpp-multithread datetime drawtext histogram tester timer'
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
# targetname:
|
matrix:
|
||||||
# os: 'fill this in'
|
# targetname:
|
||||||
# arch: 'fill this in'
|
# os: 'fill this in'
|
||||||
# toolchain: 'fill this in'
|
# arch: 'fill this in'
|
||||||
# libtype: 'fill this in'
|
# toolchain: 'fill this in'
|
||||||
# vmImage: 'fill this in'
|
# libtype: 'fill this in'
|
||||||
# python3Template: 'fill filename'
|
# vmImage: 'fill this in'
|
||||||
# depsAndNinjaTemplate: 'fill filename'
|
# python3Template: 'fill filename'
|
||||||
# beforeConfigure: 'fill this in'
|
# depsAndNinjaTemplate: 'fill filename'
|
||||||
# beforeBuild: 'fill this in'
|
# beforeConfigure: 'fill this in'
|
||||||
# afterBuild: 'fill this in'
|
# beforeBuild: 'fill this in'
|
||||||
# artifactTemplate: 'fill filename'
|
# afterBuild: 'fill this in'
|
||||||
# libfiles: 'fill this in'
|
# artifactTemplate: 'fill filename'
|
||||||
# osHeader: 'fill this in'
|
# libfiles: 'fill this in'
|
||||||
linux_386_shared:
|
# osHeader: 'fill this in'
|
||||||
os: 'linux'
|
linux_386_shared:
|
||||||
arch: '386'
|
os: 'linux'
|
||||||
libtype: 'shared'
|
arch: '386'
|
||||||
vmImage: 'ubuntu-16.04'
|
libtype: 'shared'
|
||||||
python3Template: 'setup-python3.yml'
|
vmImage: 'ubuntu-16.04'
|
||||||
depsAndNinjaTemplate: 'linux-386-install-gtk-dev-ninja.yml'
|
python3Template: 'setup-python3.yml'
|
||||||
beforeConfigure: 'export CFLAGS=-m32 CXXFLAGS=-m32 PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig'
|
depsAndNinjaTemplate: 'linux-386-install-gtk-dev-ninja.yml'
|
||||||
artifactTemplate: 'artifacts.yml'
|
beforeConfigure: 'export CFLAGS=-m32 CXXFLAGS=-m32 PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig'
|
||||||
libfiles: 'libui.so.0'
|
artifactTemplate: 'artifacts.yml'
|
||||||
osHeader: 'ui_unix.h'
|
libfiles: 'libui.so.0'
|
||||||
|
osHeader: 'ui_unix.h'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: $(join('_', [os, arch] + coalesce(toolchain, []) + [libtype]))
|
- job: $(join('_', [os, arch] + coalesce(toolchain, []) + [libtype]))
|
||||||
|
|
Loading…
Reference in New Issue