File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 13
13
# VCPKG_COMMIT_ID: 'ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74'
14
14
# install_script:
15
15
# - choco install python --version=3.7.7 -y
16
- task :
17
- name : " x86_64 Linux [GOAL: install] [bionic] [Using ./ci/ system]"
18
- container :
19
- image : ubuntu:18.04
20
- cpu : 8
21
- memory : 8G
22
- timeout_in : 60m
23
- env :
24
- MAKEJOBS : " -j9"
25
- DANGER_RUN_CI_ON_HOST : " 1"
26
- TEST_RUNNER_PORT_MIN : " 14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
27
- CCACHE_SIZE : " 200M"
28
- CCACHE_DIR : " /tmp/ccache_dir"
29
- ccache_cache :
30
- folder : " /tmp/ccache_dir"
31
- depends_built_cache :
32
- folder : " /tmp/cirrus-ci-build/depends/built"
33
- ci_script :
34
- - ./ci/test_run_all.sh
16
+
You can’t perform that action at this time.
0 commit comments