mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
9 lines
347 B
YAML
9 lines
347 B
YAML
jobs:
|
|
- template: templates/linux-ci.yml
|
|
parameters:
|
|
AgentPool : 'Linux-CPU'
|
|
JobName: 'Linux_CI_Dev'
|
|
BuildCommand: 'tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu18.04 -d cpu -r $(Build.BinariesDirectory) -x "--enable_pybind --use_nuphar"'
|
|
DoNugetPack: 'false'
|
|
ArtifactName: 'drop-linux'
|
|
TimeoutInMinutes: 180
|